in reply to LWP::Simple Certificate Problem
Most likely, you are using an earlier version of LWP::UserAgent, or have the wrong setup for SSL keys.
For a better diagnosis, don't use LWP::Simple but the full LWP::UserAgent. Most likely you will then see a warning by Crypt::SSLeay or some other module about the keys not matching, a CA not being found or something like that.
|
|---|