Can Google App Engine ever support SSL with custom

2019-06-27 20:26发布

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

I know that GAE does not support this yet, but is there any reason it can't be done? If they can add support, I'd assume they're working on that. Have they said anything about this publicly?

6条回答
叼着烟拽天下
2楼-- · 2019-06-27 20:53

SSL for custom domains is supported for tests since October 2011.

Update: Full description of SSL for a Custom Domain.

查看更多
ら.Afraid
3楼-- · 2019-06-27 20:55

They can - there is no technical reason why not, especially with newer TLS versions (RFC 4366) which support virtual hosted SSL/TLS. Before this point an SSL session required a dedicated IP per certificate.

查看更多
戒情不戒烟
4楼-- · 2019-06-27 21:07

There are a few different ways they might choose to handle this, including automatic IP address re-routing and SNI. It has been one of the most requested features for well over a year, and very recently, they officially put it on their Product Roadmap. It was also mentioned in their App Engine for Business announcement.

查看更多
Anthone
5楼-- · 2019-06-27 21:09

You can run SSL on your custom domain by using a third-party service. Here's a HOWTO I wrote up explaining how to do it using CloudFlare:

http://blorn.com/post/20185054195/ssl-for-your-domain-on-google-app-engine

They found an interesting way around the one-cert-per-IP address. Since they register the certificates, they register each cert with 20+ domains on it. That way they multiplex 20 different domains on a single IP address.

At any rate, we use it at Voost and we're pretty happy with it.

查看更多
The star\"
6楼-- · 2019-06-27 21:11

App Engine has now launched SSL for Custom Domains. You can choose from either SNI or VIP based SSL. Wildcard and multi domain certificates are supported which allow you to use your certificates across multiple applications and domains.

查看更多
再贱就再见
7楼-- · 2019-06-27 21:14

There is no such support at the moment but it's noted in the roadmap for upcoming releases.

查看更多
登录 后发表回答