OpenSSL: error tlsv1 alert protocol version

opensslprotocolsubuntu-10.04wget

We have some legacy code and hence need to perform few things on ubuntu-10.04 amd64. I am trying to download a 'gperftools-2.6.90.tar.gz'. file.

wget https://github.com/gperftools/gperftools/releases/download/gperftools-2.6.90/gperftools-2.6.90.tar.gz

Error message

--2020-02-20 23:33:39--  https://github.com/gperftools/gperftools/releases/download/gperftools-2.6.90/gperftools-2.6.90.tar.gz
Resolving github.com... 140.82.118.4
Connecting to github.com|140.82.118.4|:443... connected.
OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Unable to establish SSL connection

I also tried using curl and displayed the same error.

It appears to be a a protocol issue but not sure of fixing it / work around ?

Best Answer

Ensure that your internet connection is stable and it should work fine. Also try updating your Ubuntu version to the latest one (20.04.2.0 LTS)

Related Topic