抖音开放平台 php-sdk注意事项

1 版本必须为php7.1

2 当本地curl需要访问https时,出现SSL certificate: unable to get local issuer certificate错误信息

解决办法:
到http://curl.haxx.se/ca/cacert.pem下载pem文件,并将文件拷贝到D:\phpStudy\PHPTutorial\cacert.pem (根据实际修改)
在php.ini
增加
curl.cainfo = “D:\phpStudy\PHPTutorial\cacert.pem”

发布了250 篇原创文章 · 获赞 17 · 访问量 8万+

猜你喜欢

转载自blog.csdn.net/qq_35899407/article/details/105072745