NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: bijan on May 26, 2015, 03:47:10 PM

Title: Authorize.net Production Certificate
Post by: bijan on May 26, 2015, 03:47:10 PM
Hi,

Anyone having issues with authorize.net? Looks like they have upgraded their certificates.

http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Production-Certificate-Upgrades-begin-May-26-2015/ba-p/50430

Bruce, do we need to start using their certificates? We are getting error -53. This just started happening today.

Regards

Bijan
Title: Re: Authorize.net Production Certificate
Post by: Bruce on May 27, 2015, 06:01:00 AM
Hi Bijan,

>> Bruce, do we need to start using their certificates?

no, their certificate change will have no impact on your or your program.
However I suspect they took the opportunity to change some other things as well....

>> We are getting error -53. This just started happening today.
I suspect you are connecting with an SSL Method they no longer support.

a) make sure you are on the 8.51 build
b) the default SSLMethod is now TLS (ie TLS1.0, 1.1 or 1.2) so unless you are overriding the default it will likely just work.
If you are overriding the default SSLMethod then I guess you need to change the setting.

cheers
Bruce