The Internet
The Internet

Reputation: 8123

Processing payments and piggyback ssl

I have a website that plans on accepting payment orders. My host (heroku) offers piggyback ssl (free). My payment gateway (stripe) needs ssl in order to process payments. Is heroku piggyback ssl enough to process stripe payments?

From stripe's site:

If you want to go into production before setting up SSL, you could consider hosting your site with a provider that gives you a secure subdomain. For example, Heroku allows you to host at https://yourapp.heroku.com.

Upvotes: 2

Views: 565

Answers (1)

John Beynon
John Beynon

Reputation: 37507

Yes it will work fine.

You could even use a custom domain for your http traffic and then the https://yourapp.herokuapp.com for your SSL if you want to keep the cost down rather than having to buy an SSL and pay for the addon.

Upvotes: 2

Related Questions