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 ?