in reply to Re^2: Getting JSON data from a URL using LWP
in thread Getting JSON data from a URL using LWP
# Failed test at t/apache.t line 18. # 'Can't connect to www.apache.org:443 (SSL connect +attempt failed error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tls +v1 alert protocol version) # # SSL connect attempt failed error:1407742E:SSL routines:SSL23_GET_SER +VER_HELLO:tlsv1 alert protocol version at /Library/Perl/5.18/LWP/Prot +ocol/http.pm line 50.
This suggests that you might be running against a very old version of the openssl libs which don't support TLSv1.2 (which is the oldest protocol that particular server supports). Try running openssl version and see which version you have. Maybe it's time to upgrade?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Getting JSON data from a URL using LWP
by nachtmsk (Acolyte) on Jan 23, 2020 at 23:58 UTC | |
by marto (Cardinal) on Jan 24, 2020 at 06:10 UTC | |
|
Re^4: Getting JSON data from a URL using LWP
by nachtmsk (Acolyte) on Jan 23, 2020 at 23:37 UTC |