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.