failed loading cafile stream: `C:\xampp\apache\bin\curl-ca-bundle.crt'

后端 未结 1 909
一个人的身影
一个人的身影 2020-12-10 08:07

How to solve this error ?

failed loading cafile stream: `C:\\xampp\\apache\\bin\\curl-ca-bundle.crt\'

1条回答
  •  感情败类
    2020-12-10 08:17

    You are not providing a valid ca bundle file.

    Try downloading this file and save it as C:\xampp\apache\bin\curl-ca-bundle.crt You can read the explanation on the Certificate Verification section of the curl documentation.

    libcurl performs peer SSL certificate verification by default. This is done by using a CA certificate store that the SSL library can use to make sure the peer's server certificate is valid.

    0 讨论(0)
提交回复
热议问题