centos6 设备比较老了,硬件时钟不准确,导致无论都无法访问https页面,例如使用 curl 、wget 、docekr login都不能正常访问。
网上都是说下载这个https://curl.haxx.se/ca/cacert.pem,但是没没有用,其实很简单,只需要同步下系统时间就好。
curl: (60) Peer's Certificate has expired. More details here: http://curl.haxx.se/docs/sslcerts.html
错误: 无法验证 baidu.com 的由 “/C=US/O=DigiCert Inc/CN=DigiCert Secure Site Pro CN CA G3”
Error response from daemon: Get https://cc.com/v2/: x509: certificate has expired or is not yet valid
uptime
yum install ntp -y
ntpdate cn.pool.ntp.org
curl https://baidu.com #可正常访问