cancel
Showing results for 
Search instead for 
Did you mean: 

Error connecting to AuthorizeNet

All ... sorry if this is covered somewhere else ...my searching didn't turn up anything recent.

 

On 4/30 at 3:30am CT "sercure.authorize.net" stopped accpeting our connections.  After contacting Authorize support they acknowledged that they had broken "SSL" on that connection and asked that we use "secure2.authorize.net".  Unfourtunatly, that is not working for us.  

 

I have a support ticket open:

Case: 05030156 - All CC Connection Attempts Being Rejected

 

We have tried ...

  1. We have put all new certs on our site 
  2. We have tried going to secure2.authorize.net vs. secure.authorize.net  
  3. We have added their info to a “safe site” list in Apache 

Nothing ... anyone else having this issue?

 

matterickson7
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

All ... this was fast ...

 

We did update the certs ... that wasn't it.

 

Two issues for us ...

 

1. We had missed a reference to secure.authorize.net in our code ... fixed that ...

2. The reposnse data was different ... "HTTP/1.0 200 OK" started coming over ... instead of "HTTP/1.1 200 OK". 

 

 

View solution in original post

matterickson7
Contributor
7 REPLIES 7

All ... this was fast ...

 

We did update the certs ... that wasn't it.

 

Two issues for us ...

 

1. We had missed a reference to secure.authorize.net in our code ... fixed that ...

2. The reposnse data was different ... "HTTP/1.0 200 OK" started coming over ... instead of "HTTP/1.1 200 OK". 

 

 

matterickson7
Contributor

Has anyone successfully been able to connect to test.authorize.net? I'm having the same issue there as well. moving to secure2.authorize.net fixed production though thankfully

Changing the endpoint to secure2.authorize.net did nothing for us.  That may all depend on which version of the SDK you have.  We are running an older one that supports PHP versions 5.3.

 

The thread for the cert replacement is what fixed it for us: https://community.developer.authorize.net/t5/Integration-and-Testing/Cert-pem-expired-Why-Why-Why/td...

 

Check it out.

All of sudden I statrted getting this error. Is anybody having the same issue? I have tried changing the API keys as well. That didnot help. Kindly assist.

Same issue here, thought it was a Mikrotik or Cert issue but still no luck...

[Followup]

So I managed to fix it in our case by removing and adding them back on our Mikrotik

/ip hotspot walled-garden ip
add action=accept comment=js.authorize.net disabled=no dst-host=\
    js.authorize.net
add action=accept comment=api.authorize.net disabled=no dst-host=\
    api.authorize.net
add action=accept comment=crl.entrust.net disabled=no dst-host=crl.entrust.net
add action=accept comment=secure2.authorize.net disabled=no dst-host=secure2.authorize.net 
add action=accept comment=authorize-accept.authorize.net disabled=no dst-host=\
    accept.authorize.net

Hope this helps someone else

Facing the same issue any solution, please.