XFileSharing Pro - SSL error solution

Message
Author
admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

SSL error solution

#1 Postby admin » Mar 14, 2011 8:53 am

Today many users reported problem with SSL certs:

Code: Select all

Can't verify SSL peers without knowning which Certificate Authorities to trust 
It was caused by LWP update to version 6.0.

This problem can be fixed by either setting the PERL_LWP_SSL_CA_FILE
envirionment variable or by installing the Mozilla::CA module.

To disable verification of SSL peers set the PERL_LWP_SSL_VERIFY_HOSTNAME envirionment variable to 0.