PHP出現SSL certificate:unable to get local issuer certificate的解決辦法

當本地curl需要訪問https時,如果沒有配置證書,會出現SSL certificate: unable to get local issuer certificate錯誤信息。

解決辦法:

1、下載pem文件

2、將文件拷貝到D:\phpStudy\PHPTutorial\cacert.pem

3、在php.ini 增加curl.cainfo = "D:\phpStudy\PHPTutorial\cacert.pem"

Enjoy it !

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章