Earlier quoted context omitted.
Yes it does. Stop spreading this misinformation because it is dangerous. Everything should be encrypted. I don't want people knowing that I'm reading your blog or what on it I am reading.
Now who's spreading misinformation? HTTPS doesn't protect the fact you're reading a blog (the IP of the server will be observed, and typically the server name through the cert itself) and while one can't prove which URLs of the server you visited one can infer based on the amount of traffic sent.
Announcing Free and Automated SSL Certs
61–70 of 79 posts
Re: Announcing Free and Automated SSL Certs
#62Earlier quoted context omitted.
> If your company does hosting - your company should provide TLS certs via Let's Encrypt automatically. Correction: As part of the paid plan. Why give for free sometimes you can charge money for.
If you have a free plan at all, then the only reason TLS should not be a paid feature would be if you intentionally want to position the free plan as "don't take this seriously because you can't build anything production-quality on it".
I only just now noticed a rather serious typo there, making that sentence confusing. Should have said "the only reason TLS should be a paid feature", which fits with the rest of the sentence.
Re: Announcing Free and Automated SSL Certs
#63This is great news, thanks Heroku. This feature sticks well to their "code, we do the rest" philosophy. I hope the other PaaS will follow.
(I'm CEO there)
Re: Announcing Free and Automated SSL Certs
#64Earlier quoted context omitted.
If you have a free plan at all, then the only reason TLS should not be a paid feature would be if you intentionally want to position the free plan as "don't take this seriously because you can't build anything production-quality on it".
There are ways of doing that without sacrificing security. Making TLS a paid-only feature makes no more sense than making CSRF protection a paid-only feature.
So really they are charging you if you need a custom domain and security (i.e. Something most businesses do need and most hobbies don't).
Seems a like a reasonable and fair way to segment their market to me.
Re: Announcing Free and Automated SSL Certs
#65Re: Announcing Free and Automated SSL Certs
#66Re: Announcing Free and Automated SSL Certs
#67Sweet, this is basically want Lets Encrypt wanted, make the market go towards this free SSL model.
Companies who aren't in the business of selling TLS [0] certs themselves have little excuse to not offer free TLS via Let's Encrypt. It's an advantage over any competitors who haven't set that process up. If your company does hosting - your company should provide TLS certs via Let's Encrypt automatically . [0] Can we start dropping the SSL part now? Generally SSL v2/v3 is disabled so it is all over TLS anyway.
It's the same certificate though. So can we start calling them X.509 certs which is more proper than SSL or TLS cert?
Re: Announcing Free and Automated SSL Certs
#68Re: Announcing Free and Automated SSL Certs
#69Earlier quoted context omitted.
They are offering SSL free to all free dynos under the .herokuapp.com" rel="nofollow">https:// .herokuapp.com domain. If they offered free SSL for custom domains too, what's the incentive to upgrade to a paid dyno for applications that don't require a large amount of resources? To be fair to Heroku, they have the right to make a profit. As is, it's amazing that they offer a fully free tier. If you don't like their po…
If they offered free SSL for custom domains too, what's the incentive to upgrade to a paid dyno for applications that don't require a large amount of resources? This is exactly my point. The fact that companies are still bucketing "SSL" into "things we can charge extra for" rather than "things that should be the absolute minimum we provide" is irresponsible. Plaintext on the public internet needs to go away in whole.
Just in case it's not clear, these aren't rhetorical questions - genuinely interested in your answers.
Re: Announcing Free and Automated SSL Certs
#70This is great news, thanks Heroku. This feature sticks well to their "code, we do the rest" philosophy. I hope the other PaaS will follow.