我们有一些遗留代码,因此需要在ubuntu-10.04 amd64上执行一些操作。我正在尝试下载一个'gperftools-2.6.90.tar.gz'。文件。
wget https://github.com/gperftools/gperftools/releases/download/gperftools-2.6.90/gperftools-2.6.90.tar.gz错误消息
--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我还尝试使用curl,并显示了相同的错误。
这似乎是一个协议问题,但不确定修复它/解决方法?
发布于 2020-05-26 01:23:25
确保你的互联网连接是稳定的,它应该可以正常工作。也可以尝试将您的Ubuntu版本更新到最新版本(20.04.2.0LTS)
https://stackoverflow.com/questions/60329627
复制相似问题