cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Response returning empty

We were using PHP SDK from https://github.com/AuthorizeNet/sdk-php.

It was working but then suddenly stop working. Our issue is that the response is returning empty. Any ideas?

mepting0235
Member
55 REPLIES 55

I am also having this issue. Our environment did not chage, however we are recieving an empty response in sandbox mode. RIght now SSL verify peer is set to true, posting to https://apitest.authorize.net/xml/v1/request.api. If i set verify peer to false it works. But why on Friday did this just stop? Any ideas?

We are having the same issue. Our page errors out because the response is empty. What can we do to fix this ASAP?

 

Our test in the sandbox works perfectly fine, but our live clients are having issues.

Any word from Authorize.NET on this? This is a HUGE issue for us since it just started happening and is affecting PAYING clients.

We're monitoring this thread but so far we're unable to duplicate the problem.  No changes were made to our systems during this time period.

 

Can you connect to the domain from that server, using anything? What about traceroute?  Were any modules updated on your system which could have effected the connection?

When using the sandbox account I get this below. When switching back to the live a.net account it starts working.

 

 

SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

@RichardH I have the same situation as @mepting0235

 

We are using the php-sdk from github: https://github.com/AuthorizeNet/sdk-php

 

In sandbox mode whenever trying to communicate with Authorize we receive this response:

 

SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed

 

 

No changes were made to our system, this just stopped working on Friday the 9th

 

Is there an updated pem file that we need to use or should the one in the git repo be good?

Just downloaded PHP SDK from https://github.com/AuthorizeNet/sdk-php. It seems AIM is working fine. But when tried CIM (AuthorizeNetCIM) it is not working. Showing curl error "SSL certificate problem: unable to get local issuer certificate".

 

FYI : In both cases "AUTHORIZENET_SANDBOX" was set to true

 

Hope this helps!

The AIM is working, but the ARB is not working for us. Thanks!

Same problem here. Seems it has been appeared last week. The AIM requests is working, but the CIM requests and TD requests return empty responses. Problem is only in sandbox mode.

makdeb
Member

When you are using the SDK, are you use the original methods or the new controller model?