mendeepak has asked for the wisdom of the Perl Monks concerning the following question:
Net::SSL from Crypt-SSLeay can\'t verify hostnames; either install IO::Socket::SSL or turn off verification by setting the PERL_LWP_SSL_VERIFY_HOSTNAME environment variable to 0
Is there a way around this problem ?
currently To work around the error "Net::SSL from Crypt-SSLeay can\'t verify hostnames"
i used PERL_NET_HTTPS_SSL_SOCKET_CLASS="IO::Socket::SSL" .But this doesn't look convincing
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Crypt-SSLeay can't verify hostnames
by Corion (Patriarch) on Nov 21, 2013 at 09:58 UTC | |
by mendeepak (Scribe) on Nov 21, 2013 at 12:52 UTC |