OSS上傳文件提示SSL證書異常

問題:在利用OSS進行上傳文件時,在本地調試發現都會報SSL證書異常
php

下載一個ca-bundle.crt ,放到對應的目錄,在php.ini文件中配置下路徑
https://github.com/bagder/ca-bundle/blob/e9175fec5d0c4d42de24ed6d84a06d504d5e5a09/ca-bundle.crthtml

在php.ini加入 ,重啓web服務器git

curl.cainfo="真實路徑/ca-bundle.crt"

參考連接:http://www.javashuo.com/article/p-pnvexjsm-hn.htmlgithub

相關文章
相關標籤/搜索