In production, we use
curl https://secure.authorize.net/gateway/transact.dll and we are intermittently receiving the SSL error.
Is anyone else seeing this?
05-05-2017 08:11 AM
05-05-2017 12:54 PM
Hi I actually ran into similar error today in production. Is my authorize url deprecated? Should I be using a different url? I'm using:
https://secure2.authorize.net/gateway/transact.dll
Actual Error Message:
Reason [curl] 35:error:14077102:SSL routines:SSL23_GET_SERVER_HELLO:unsuported protocol [url] https://secure2.authorize.net/gateway/transact.dll
Server shows Curl running:
SSL Verison: OpenSSL/1.0.2g And TLS 1.2 only support.
Thanks!
01-08-2020 01:43 PM