当前位置:Gxlcms > PHP教程 > php中SSLcertificatehttps问题解决方案

php中SSLcertificatehttps问题解决方案

时间:2021-07-01 10:21:17 帮助过:25人阅读


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相关知识,请访问PHP中文网!

以上就是php中SSL certificate https问题解决方案的详细内容,更多请关注Gxl网其它相关文章!

人气教程排行