in reply to LWP::Simple: Using the default of SSL_verify_mode of SSL_VERIFY_NONE for client is deprecated!
I recall having a problem with this many moons ago. I wound up setting the environment variable before calling the constuctor, that worked for me. I've since made it work in other applications by using the ssl_opts. I'll see if I can find that code and post it for you. But in the meantime, set the environment variable to '1' and you should be okay.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: LWP::Simple: Using the default of SSL_verify_mode of SSL_VERIFY_NONE for client is deprecated!
by Anonymous Monk on Jun 10, 2014 at 00:58 UTC |