in reply to Re^3: LWP::Simple::get($url) does not work for particular urls (SSL certificate verification)
in thread LWP::Simple::get($url) does not work for particular urls
The problem is not that the root CA is not trusted by LWP but that the intermediate CA is missing (broken server setup) and thus the trust chain cannot be created. Desktop browsers often successfully work around such broken setups by using cached certificates or downloading missing CA from the web but other clients (Python, Perl, Java, mobile apps...) don't do this workarounds and thus fail with broken sites.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: LWP::Simple::get($url) does not work for particular urls (SSL certificate verification)
by 1nickt (Canon) on Dec 31, 2017 at 22:16 UTC |