Hi there,
Recently I've been seeing this error very frequently in our integration tests:
Thu, 20 May 2021 08:48:39 -0700 ERROR : [_sendRequest] (.../vendor/authorizenet/authorizenet/lib/net/authorize/util/HttpClient.php : 106) - CURL ERROR: Failed to connect to apitest.authorize.net port 443: Connection reset by peer
The things is if I ran the test suite separately from other suites, it passed nicely.
In most of our tests, we use the createCustomerPaymentProfile API to create a test user.
Is there any rate limit to this API?
We're using the Php SDK.
Thanks
05-20-2021 09:30 AM
Timeout maybe?
SSL configuration?
Does it happen often? Maybe use wireshark or something to log connections.
05-20-2021 11:44 AM