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

前端 未结 19 1544
天涯浪人
天涯浪人 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:42

    I found a solution that worked for me. I downgraded from the latest guzzle to version ~4.0 and it worked.

    In composer.json add "guzzlehttp/guzzle": "~4.0"

    Hope it helps someone

提交回复
热议问题