Certificate verification failed

aTan

Renowned Member
Mar 22, 2013
44
5
73
Hi. I've installed two proxmox cluster nodes using wiki howtos. But I can't access other node from webinterface only the local one because of selfsigned certificates. How can I disable certificate verification?
Error from webinterface: Can't connect to 10.0.1.252:8006 (certificate verify failed) (500)
Error from js debug console:

Can't connect to 10.0.1.252:8006 (certificate verify failed) LWP::Protocol::https::Socket: SSL connect attempt failed with unknown error error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed at /usr/local/share/perl/5.10.1/LWP/Protocol/http.pm line 51.
 
Can't connect to 10.0.1.252:8006 (certificate verify failed) LWP::Protocol::https::Socket: SSL connect attempt failed with unknown error error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed at /usr/local/share/perl/5.10.1/LWP/Protocol/http.pm line 51.

Please remove libwww-perl from /usr/local/
 
Thank you for a quick response. It's fixed the problem. What actions could cause it?