Linux 运行 curl -Ss https://www.workerman.net/check | php 时出现如下错误:
curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
More details here: http://curl.haxx.se/docs/sslcerts.html
另外一个问题就是运行:yum install libevent-devel -y
提示如下错误:
M2Crypto.SSL.SSLError: unknown protocol
我的apache 确认已经安装了ssl 证书,而且可以使用 https 访问网站。
apache证书是服务端证书,报错的意思是你本地客户端ssl证书有问题。应该是服务器环境问题。
搜下
curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
,N多帖子教你怎么解决。