Does Google App Engine support SSL for apps hosted

2019-02-17 15:16发布

From this question I learned that Google App Engine does not currently support SSL on "custom domains" (at least not as of June 2010, when that question was asked).

Does this mean if I want to host my GAE app on www.mydomain.com, I cannot use SSL?

9条回答
beautiful°
2楼-- · 2019-02-17 15:28

A few days ago it comes into tests.

查看更多
爷、活的狠高调
3楼-- · 2019-02-17 15:29

Priority:

It is at the top of the Features on Deck list.

http://code.google.com/appengine/docs/roadmap.html

Simultaneous serving:

A custom domain hosted app such as http://www.mydomain.com can still be accessed on its ssl appspot subdomain such as https://yourapp.appspot.com

Issue:

http://groups.google.com/group/google-appengine/browse_thread/thread/844dc97fbfc57bab/0c8651f00072f9ea?lnk=gst&q=ssl#0c8651f00072f9ea

查看更多
对你真心纯属浪费
4楼-- · 2019-02-17 15:29

(As the others on here have said) SSL is not currently supported for your own domain. It is aparently on it's way but has been for some time, I believe it is currently only available to a select few Google App Engine for Business customers.

The temporary solution which many (myself included) are using is to setup a reverse proxy from another hosting service (Amazon EC2 in my case) to route SSL traffic.

If your app suits the situation where your URLs are not of importance, you could setup an SSL site somewhere and access your https://xxx.appspot.com version from within an iframe

Either way until GAE offically supports SSL via your Google Apps domains, you will need an external service to workaround it.

查看更多
等我变得足够好
5楼-- · 2019-02-17 15:33

Custom SSL is available for App Engine since 27 Jun 2012. You can setup it from your domain's control panel: https://developers.google.com/appengine/docs/ssl

查看更多
混吃等死
6楼-- · 2019-02-17 15:34

Since Sdk 1.7.0, released at Google I/O, developers can serve their applications via HTTPS on custom domains using both SNI (Server Name Indication) and VIP (Virtual Ip) based SSL.

查看更多
\"骚年 ilove
7楼-- · 2019-02-17 15:40

All secure traffic with Google App Engine must be served from your appspot.com domain (https://your-app-id.appspot.com). If you are serving your app off of a Google Apps domain, you must direct all secure traffic through your app's appspot domain.

This is what is written in google app engine documentation. That means. SSL is supported on appspot.com domain

查看更多
登录 后发表回答