I have a valid authorize.net login id and transaction key, and have configured the authorize.net module to accept both and use the processing url https://secure.authorize.net/gateway/transact.dll
When I attempt to complete a transaction I receive a page not found message that ends with ".../store/payment/authorize_net/4 was not found on this server"
Anybody have an idea of what I've done wrong?

Comments

dougpetch’s picture

Status: Active » Closed (fixed)

Never mind. It was a problem with SSL on my server.

GreenLED’s picture

I'm assuming the answer to this question was that
you needed to actually enable SSL on your site,
is that right? I had the same error, and I'm guessing
that you had to simply make sure that ssl was on.

Am I right?

» Respectfully, GreenLED
» Stable Files . net

barrykay’s picture

I had a similar problem with GoDaddy hosting. Turns out I had to specify the hosting provider's SSL proxy.

GreenLED’s picture

My issue was I needed to actually have access to an SSL enabled server. I was running the gig off a localhost install and thus I was not getting the right response.