在“Google Apps”中对 GAE 应用程序使用 https
为了安全起见,我想通过“Google Apps”(这样一个令人困惑的术语:“Google App Engine”和“Google Apps”)为我的 GAE 应用程序使用 https。
我的 GAE 应用程序通过 https 访问(例如 https://mygaeapp.appspot.com)。当通过“Google Apps”访问此 GAE Apps 时,将通过 http 访问(例如 http://myapp.mydomain.com )。出于安全原因,我希望它是 https(例如 https://myapp.mydomain.com)。如果你看一下截图,没有 https 选项。 (我已经通过“域设置”->“常规”->“SSL”在我的“Google Apps”中启用了 SSL。)
我是否应该担心这一点,或者我是安全的,因为无论如何我的 GAE 应用程序都是通过 https 访问的(即 https://mygaeapp.appspot.com)。任何指向文档或设置的链接将不胜感激。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Google App Engine 尚不支持自定义域的 SSL,只能通过appspot.com 域(即 https://my-app-id.appspot.com)。
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).
它已正式列入路线图,并且很快就会推出:http://code.google.com/ appengine/docs/roadmap.html
It is officially on the roadmap and soon to come : http://code.google.com/appengine/docs/roadmap.html