Git clone报错fatal: unable to access 'https://github.com/letsencrypt/letsencrypt/': SSL connect error

报错内容:

代码语言:javascript
复制
[root@ebs-40617 /]# git clone https://github.com/letsencrypt/letsencrypt
Cloning into 'letsencrypt'...
fatal: unable to access 'https://github.com/letsencrypt/letsencrypt/': SSL connect error

解决:

代码语言:javascript
复制
更新curl和libcurl版本
yum update -y nss curl libcurl