Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is ssl for google app engine free?

Tags:

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

like image 864
Horatiu Jeflea Avatar asked Dec 06 '10 19:12

Horatiu Jeflea


People also ask

Is Google SSL certificate free?

The following Google services automatically issue, install, and renew SSL/TLS certificates at no additional cost: Google Sites. Google Business Profile. Blogger.

Is a SSL certificate free?

Website owners and developers can source free SSL certificate providers and paid SSL certificates issued by Certificate Authorities (CAs). As the name suggests, free SSL certificates don't require payment, and web owners can use them as much as they want.

Does SSL cost money?

The pricing of an SSL certificate is about $60 per year on average, but this can vary wildly. To give you an idea, it can range from $5 per year to a whopping $1,000 per year, depending on your site's security needs.

Is Google App Engine is free?

App Engine standard environment pricing. Apps in the standard environment have a free tier for App Engine resources. Any use of App Engine resources beyond the free tier incurs charges as described in this section.


1 Answers

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

like image 112
逆さま Avatar answered Oct 19 '22 07:10

逆さま