1

I have an app hosted on Google App Engine and I need to have a payment page that uses SSL. GAE only allows you to use SSL on their appspot domain but I want to keep it on my custom domain. Is it appropriate to host my payments page with a different hosting provider that allows SSL on my domain?

Shog9
  • 420
  • 1
  • 10
  • 24

2 Answers2

1

GAE only allows you to use SSL on their appspot domain

GAE now (2015) supports SSL for custom domains.

https://cloud.google.com/appengine/docs/ssl

ceejayoz
  • 32,910
  • 7
  • 82
  • 106
0

You can do it, but you still need a secure way to deliver payments information to your app. I suppose SDC fill fit for this purpose.

DukeLion
  • 3,259
  • 1
  • 18
  • 19