Hiya,
I run a WooCommerce store.
Authorize.net has been fine for over a year. Now all of a sudden I get the error:
cURL error 77: An error occurred, please try again or try an alternate form of payment.
All orders in the past week have failed.
Can anyone help?
Thanks in advance.
Brett
11-09-2017 02:51 PM
Error 77 from cURL indicates a problem with reading the SSL CA certificates(Path? Access rights?).
11-09-2017 03:45 PM
Site is https://bootyparlor.com
SSL seems fine:
https://www.ssllabs.com/ssltest/analyze.html?d=bootyparlor.com
This issue suddenly started on the 2nd Nov.
No relation to when the SSL was setup.
I have spoken with the host and Authorize.net support chat and nobody has any ideas.
Authorize.net is currently in test mode on the site.
Do you have any ideas?
Thanks,
Brett
11-09-2017 04:04 PM
The Certificate for cURL is different from the one for your server.
You should ensure you are using an update version of cURL.
libcurl performs peer SSL certificate verification by default. This is done by installing a default CA cert on 'make install' (or similar), that CA package is used by default on operations against SSL servers.
Options would be:
11-09-2017 04:25 PM - edited 11-09-2017 04:26 PM
Thanks!
I have absolutely no idea what any of that means! ;-)
But I have passed it onto my host via a support ticket and have to hope and pray that someone can resolve it.
Much appreciated.
Brett
11-09-2017 04:51 PM