当前位置 : 主页 > 网络编程 > PHP >

php中SSL certificate https问题解决方案

来源:互联网 收集:自由互联 发布时间:2021-08-17
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

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问题解决方案的详细内容,更多请关注自由互联其它相关文章!

网友评论