Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: SSL Upgrade failed

by noxxi (Pilgrim)
on Jul 25, 2017 at 19:37 UTC ( [id://1196040]=note: print w/replies, xml ) Need Help??


in reply to Re^2: SSL Upgrade failed
in thread SSL Upgrade failed

>... not using SNI because openssl is too old
>... SSL Version TLSv1_2 not supported

These two messages indicate that you are using a very old version of OpenSSL, i.e. OpenSSL 0.9.8 or even worse. There is no support for TLS 1.2 in this old version and it is also missing support for ECDHE ciphers. Also there is no support for SNI with this version of OpenSSL in IO::Socket::SSL.
It is very likely that your (unknown) server either requires SNI and/or modern ciphers and/or modern TLS protocol versions. And since this is not supported with your old OpenSSL version the handshake fails.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1196040]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-19 23:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found