Hello,
I am running an Ubuntu 12.04 TLS server and can't use wget to download software packages
The command
fails with the following error
--2019-06-17 22:10:11-- http://curl.haxx.se/download/curl-7.63.0.tar.bz2
Resolving curl.haxx.se (curl.haxx.se)... 2a04:4e42:9::561, 151.101.38.49
Connecting to curl.haxx.se (curl.haxx.se)|2a04:4e42:9::561|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://curl.haxx.se/download/curl-7.63.0.tar.bz2 [following]
--2019-06-17 22:10:11-- https://curl.haxx.se/download/curl-7.63.0.tar.bz2
Connecting to curl.haxx.se (curl.haxx.se)|2a04:4e42:9::561|:443... connected.
OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Unable to establish SSL connection.
I am unable to fix this issue. I have upgraded from openssl 1.0.1 on my Ubuntu box to openssl 1.0.2 having heard that this latest version fix the bug
But still having it.
Can someone help please?
Regards
Eric
|