SSL certificate: unable to get local issuer certificate


SSL证书问题导致SSL certificate: unable to get local issuer certificate错误的解决方法

phpStudy解决办法

  1. http://curl.haxx.se/ca/cacert.pem下载pem文件,并将文件拷贝到D:\phpStudy\PHPTutorial\cacert.pem
  2. 在php.ini 增加curl.cainfo = "D:\phpStudy\PHPTutorial\cacert.pem"

wamp解决方法

  1. 下载:ca-bundle.crt
  2. 将它放在自己的wamp或者xampp目录下,如 c:\wamp\ ca-bundle.crt
  3. 在Apache中开启mod_ssl ,在php.ini开启php_openssl.dll
  4. 在php.ini文件中添加ca-bundle.crt的文件路径,如:

    curl.cainfo="C:/wamp/ca-bundle.crt"
    openssl.cafile="C:/wamp/ca-bundle.crt"
  5. 重启Apache服务器

声明:初心|版权所有,违者必究|如未注明,均为原创|本网站采用BY-NC-SA协议进行授权

转载:转载请注明原文链接 - SSL certificate: unable to get local issuer certificate


愿你勿忘初心,并从一而终