简体   繁体   中英

Is it possible to use SSL with a custom domain on app engine without own certificate?

I have an app engine app and I enabled SSL for it (without an own certificate) and it works for the appspot-url like https://myApp.appspot.com . Now I want to use my custom domain like myDomain.com with SSL (eg https://myDomain.com ). Is this possible without an own certificate like with the appspot domain? I followed this guide ( https://developers.google.com/appengine/docs/ssl?hl=de ) and it talks about uploading a certificate. Is that an optional or a mandatory step?

Because if I try to access my domain, I always get an SSL error

Uploading a certificate is mandatory if you want to use SSL for a custom domain. You can find details on SSL handshake at [1].

[1] - http://www.pierobon.org/ssl/ch2/detail.htm

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM