Blogger Information
Blog 17
fans 0
comment 0
visits 23397
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
微信小程序本地支付调试时出现cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)的解决方法
星辰幽梦
Original
2915 people have browsed it

微信小程序本地支付调试时出现cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)的解决方法

解决方案:

1)下载cacert.pem

https://curl.haxx.se/ca/cacert.pem

2)打开php.ini 搜索curl.cainfo 与 openssl.cafile,将其配置成你自己cacert.pem文件的路径
例如:

  1. curl.cainfo ="D:\wampserver\cacert.pem"
  2. openssl.cafile="D:\wampserver\cacert.pem"

完成!

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post