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

tr’s picture

Then 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.

rszrama’s picture

Status: Active » Closed (won't fix)