cURL error 60: SSL certificate: unable to get local issuer certificate

前端 未结 19 1548
天涯浪人
天涯浪人 2020-11-22 10:51

I use WAMP on a local development environment and am trying to charge a credit card but get the error message:

cURL error 60: SSL certificate problem:

19条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-22 11:27

    Have you tried..

    curl_setopt($process, CURLOPT_SSL_VERIFYPEER, false);
    

    If you are consuming a trusted source you can skip the verify.

提交回复
热议问题