Closed (won't fix)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2009 at 17:47 UTC
Updated:
6 Oct 2009 at 03:27 UTC
I'm trying to develop a site for a client, who doesn't have an SSL certificate yet (and can't get one soon). The credit card transaction stuff won't work without this, even if you are using a test gateway.
It would be great if there was some way to do a "dummy" credit card transaction, that doesn't require any SSL.
Comments
Comment #1
tr commentedThen create and install a self-signed SSL certificate. Free and quick. A real certificate only costs $15/year, so I don't see that as a barrier if you're serious about running a store.
You don't say what payment method/gateway you're using, but most require data to be sent from Ubercart to an https address (which, incidentally, doesn't require a certificate), and some (like PayPal WPP) post back a confirmation which CAN be sent to an http address, although that's not recommended for a live site.
Comment #2
rszrama commented