Fix https access by using Mozilla::CA#7
Fix https access by using Mozilla::CA#7snipem wants to merge 1 commit intoonishi:masterfrom snipem:https-fix-alt
Conversation
|
Reference: lib/LWP/Protocol/https.pm#L29 |
|
Can you add |
|
Because Mozilla::CA is one of the dependencies of LWP::Protocol::https (Makefile.PL - metacpan.org) and LWP::Protocol::https is listed on XPathFeed's cpanfile, Mozilla::CA will be installed implicitly on Should be Mozilla::CA listed explicitly on XPathFeed's cpanfile? |
|
For some reason I had to install it by hand. Possibly the same reason why xpathfeed.com doesn't support it. I think it should be listed explicitly in the cpanfile. |
|
Sorry for the late reply. I've been thinking on how to handle this problem for days. If Mozilla::CA is not installed by In my environment (perl v5.20.1, cpanm (App::cpanminus) version 1.7027, carton v1.0.12), both I'd like to reproduce the problem that Mozilla::CA is not installed on my environment. Could you answer the following questions?
|
Working alternative solution as described by @vzvu3k6k in #4