curl
当使用php curl请求https的时候才会报这个错,原因就是在请求的时候php找不到你的加密证书,要解决这个只需要三步,不要学那些copy的文章什么禁用这个禁用那个。
D:/php/cacert.pem
curl.cainfo=D:/php/cacert.pem openssl.cafile=D:/php/cacert.pem