Does Google App Engine support SSL for apps hosted as mydomain.com?

前端 未结 9 1108
一整个雨季
一整个雨季 2021-01-13 01:47

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).

<
9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-13 02:06

    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

提交回复
热议问题