Is it possible to install/access SSL for my Google App Engine app? -


Because the App Engine is such a lockout, I think there is no way to set up an SSL certificate to allow credit card payments. In the absence of this, how is it possible to handle payment in app engine app?

say

  & lt; SSL-enabled & gt; True & lt; / Ssl-enabled & gt;  

can be set with * .appspot.com subdommains in your apppin-web.xml file. Google had typo in its initial tag on that page, just FYI. You can not use HTTPS at all for Google Apps, but you can do it for apppets.

As far as using your own proof, you can not! For the applet, Google's certificate is not signed to the specific domain of your web-app, but if it is accepted, the page will load.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -