Closed (fixed)
Project:
e-Commerce
Version:
5.x-3.3
Component:
authorize_net
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2007 at 17:41 UTC
Updated:
19 Jul 2008 at 19:12 UTC
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
Comment #1
dougpetch commentedNever mind. It was a problem with SSL on my server.
Comment #2
GreenLED commentedI'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
»
Comment #3
barrykay commentedI had a similar problem with GoDaddy hosting. Turns out I had to specify the hosting provider's SSL proxy.
Comment #4
GreenLED commentedMy 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.