php中SSL certificate https問題解決方案

2020-07-16 10:05:46

1. 下載CA bundle (cacert.pem) from http://curl.haxx.se/docs/caextract.html

2. 在伺服器上找一個位置存放cacert.pem 類似於/opt/local/cacert.pem

3. 開啟php的組態檔php.ini

4. 新增設定curl.ca_info = /opt/local/cacert.pem

5. 重新啟動伺服器apache或者nginx

以上就是php中SSL certificate https問題解決方案的詳細內容,更多請關注TW511.COM其它相關文章!