cancel
Showing results for 
Search instead for 
Did you mean: 

error connecting to authorized net

I need some help. I am unfamiliar with Authorize.net and new in the web developing business. I keep getting this message, "error connecting to authorized net". Do you know how to connect?

 

-Thanks

kelseadaniels
Member
2 REPLIES 2

Hello @kelseadaniels

 

A bit more information will help us with your connection issue.  Are you connecting to the Sandbox or production servers?  Using the Authorize.Net API or SDK?

 

Richard

RichardH
Administrator Administrator
Administrator

Hi RichardH, I'm facing this issue also on sandbox. Let me give you more details on what I'm trying to do.

I'm using the SDK https://github.com/AuthorizeNet/sdk-php.

I remember I was doing tests successfully last week, probably on wednesday, since that day, I've done several tests and only some of the tests are successfully created.

I already updated the cert.pem and tried to set

public $VERIFY_PEER = false; // Set to false if getting connection errors.

and it doesn't work.

I was trying AIM and CIM tests and some of AIM were sucessfully, today. but suddenly I faced this error

 

Failed to connect to apitest.authorize.net port 443: Connection refused

Failed to connect to test.authorize.net port 443: Connection refused

 

 

landerop
Member