Linux 運(yùn)行 curl -Ss http://www.wtbis.cn/check | php 時(shí)出現(xiàn)如下錯(cuò)誤:
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
另外一個(gè)問(wèn)題就是運(yùn)行:yum install libevent-devel -y
提示如下錯(cuò)誤:
M2Crypto.SSL.SSLError: unknown protocol
我的apache 確認(rèn)已經(jīng)安裝了ssl 證書(shū),而且可以使用 https 訪問(wèn)網(wǎng)站。
apache證書(shū)是服務(wù)端證書(shū),報(bào)錯(cuò)的意思是你本地客戶端ssl證書(shū)有問(wèn)題。應(yīng)該是服務(wù)器環(huán)境問(wèn)題。
搜下 curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
,N多帖子教你怎么解決。