curl 不支持https 请求 windows系统file_get_contents返回false远程phpstudy

curl 不支持https 请求 windows系统file_get_contents返回false远程phpstudy

win系统curl请求不支持https接口问题:

打开php.ini,找到curl.cainfo

修改为curl.cainfo = C:\cacert.pem

保存后重启服务即可。

附:phpstudy操作路径 -》设置-》配置文件-》php.ini-》找到对应的版本点击,修改即可。

 

cacert.pem下载路径:https://download.csdn.net/download/lumengabc/14141727

 

上一篇:使用 phpStudy2016 部署本地 Think PHP 3.2.3


下一篇:phpstudy中apache设置跨域(头部请求模块开启)