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

SIM Relay Issue

I have a SIM relay script working fine on a dev system (non-SSL), however it is not working on the production server (SSL). The SIM relay is reporting "An error occurred while trying to report ...". I tested the production server's relay URL directly, and it works fine. I can also see that A.net is hitting the production server as it appears in the Apache access logs. There are no errors logged, and the SIM relay response is so fast that it's not at timeout issue. I even tried modifying the response to just be something simple. The only thing I was left with was the relay URL format, but I believe it's within the specs: https://secure.domain.com:443/dir/script.php?id=12&action=something&do=other I even tried dropping the GET params and adding them as hidden form fields. Anything else I can check? Any way of seeing what A.net is getting as a response from the relay URL?
hobbes
Member
Member
4 REPLIES 4

Did you configure the relay response URL in your Authorize.net account? Are you sure your relay response page isn't dying while processing whatever input is passed to it (log the passed data as well as logging a marker at the very end so you know it made it there)?

TJPride
Expert

No, the relay URL is not configured in the account as it's dynamically generated and included in the form (x_relay_url).

hobbes
Member
Member

does it work if you only use http and not https?

I'm getting that scenario right now. It'll hit my page on http, but not on https.