Is ssl for google app engine free?

后端 未结 3 1612
情话喂你
情话喂你 2020-12-29 06:10

Do I have buy an SSL certificate to use https://myapp.appspot.com, or is it free of charge ?

相关标签:
3条回答
  • 2020-12-29 06:39

    No you don't have to bring your own certificate - appspot.com's SSL certificate is a wildcard SSL certificate that covers all the subdomains. In fact you can't bring your own certificate anyway.

    Yes, the SSL certificate service provided by appspot.com is free, but check up on pricing models (by default, secure requests/traffic are counted same as normal bandwidth)

    Pricing quotas for AppEngine: http://code.google.com/appengine/docs/quotas.html

    See more information about using Secure URLs: http://code.google.com/appengine/docs/java/config/webxml.html#Secure_URLs

    0 讨论(0)
  • 2020-12-29 06:44

    It is possible to use SSL on custom domain on App Engine since 27 Jun 2012. Here is the documentation page: https://developers.google.com/appengine/docs/ssl

    0 讨论(0)
  • 2020-12-29 06:51

    As of September 2017 it is free.

    Today Google AppEngine Introducing managed SSL for Google App Engine for customs domains. Please check following links for more information.

    • https://cloudplatform.googleblog.com/2017/09/introducing-managed-SSL-for-Google-App-Engine.html
    • https://cloud.google.com/appengine/docs/standard/python/securing-custom-domains-with-ssl
    0 讨论(0)
提交回复
热议问题