XMPP cURL error 60: SSL certificate problem

在使用 xmpp 開發時,使用 Guzzle 庫會遇到下面的錯。html

GuzzleHttp \ Exception \ RequestException
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

請參考這裏的解決辦法:curl

https://stackoverflow.com/questions/29822686/curl-error-60-ssl-certificate-unable-to-get-local-issuer-certificate/34883260#34883260url

其實就是錯誤提示裏的 url http://curl.haxx.se/libcurl/c/libcurl-errors.html, 有詳細的解決辦法。code

相關文章
相關標籤/搜索