commerceguys / authnet

PHP SDK for Authorize.Net API, PSR-4 and Guzzle.
MIT License
20 stars 16 forks source link

Getting error: cURL error 60: Peers certificate issuer has been marked as not trusted by the user #28

Closed subhojit777 closed 6 years ago

subhojit777 commented 6 years ago

I am getting error: cURL error 60: Peer's certificate issuer has been marked as not trusted by the user during payment transaction.

After reading I figured that Authorize.net has updated its POST URLs - using new trusted certificate, but this library is still using the URL using the distrusted certificate.

mglaman commented 6 years ago

See c819c2185d3085d5d87e858a76d475dda6d9cf48 and 44f2c578ddd5d3a07224651ed7080524eda8cc03. Update to latest release.