Reputation: 5457
I would like to use https for my GAE Application through "Google Apps" (Such a confusing terms: "Google App Engine" and "Google Apps") for security.
My GAE Apps is accessed via https (e.g. https://mygaeapp.appspot.com). When this GAE Apps is accessed via "Google Apps", it is accessed through http (e.g. http://myapp.mydomain.com). I would like it to be https (e.g. https://myapp.mydomain.com) for security reason. If you look at the screenshot, there is no option for https. (I have already enabled SSL in my "Google Apps" via "Domain Settings"->"General"->"SSL".)
Should I have concern for that or I am secured because my GAE app is accessed vi https anyway (i.e. https://mygaeapp.appspot.com). Any links to documentations or setting will be appreciated.
Upvotes: 0
Views: 111
Reputation: 6566
It is officially on the roadmap and soon to come : http://code.google.com/appengine/docs/roadmap.html
Upvotes: 1
Reputation: 31928
Google App Engine doesn't support (yet) SSL for custom domains, only thru the appspot.com domain (i.e. https://my-app-id.appspot.com).
Upvotes: 2