CloudFlare enabling free SSL by mid-October
blog.cloudflare.com
CloudFlare enabling free SSL by mid-October
1–10 of 66 posts
Re: CloudFlare enabling free SSL by mid-October
#2Re: CloudFlare enabling free SSL by mid-October
#3Re: CloudFlare enabling free SSL by mid-October
#4Are there more actual implementation details somewhere? Sounds like selecting the ssl context based on the clients SNI request. This (obviously) would predicate client SNI support, as opposed to anycast IPs or similar.
[1] https://news.ycombinator.com/item?id=7910849
[2] https://twitter.com/eastdakota/status/478369486643658754
[3] http://www.slideshare.net/cloudflare/running-secure-server-s...
Re: CloudFlare enabling free SSL by mid-October
#5Re: CloudFlare enabling free SSL by mid-October
#6Most of the websites wont encrypt the link from Cloudflare to the server, ultimately defeating the purpose of SSL aside from a better search ranking.
Re: CloudFlare enabling free SSL by mid-October
#7Most of the websites wont encrypt the link from Cloudflare to the server, ultimately defeating the purpose of SSL aside from a better search ranking.
Could you elaborate on this. My impression was that connections between data centres (e.g. in the case of using an EC2 instance with Cloudflare) were already very secure and therefore do not require SSL.
Re: CloudFlare enabling free SSL by mid-October
#8Most of the websites wont encrypt the link from Cloudflare to the server, ultimately defeating the purpose of SSL aside from a better search ranking.
Re: CloudFlare enabling free SSL by mid-October
#9Earlier quoted context omitted.
Could you elaborate on this. My impression was that connections between data centres (e.g. in the case of using an EC2 instance with Cloudflare) were already very secure and therefore do not require SSL.
Depends what you're trying to protect against. Those links are notably very insecure against the NSA.
[1] http://www.washingtonpost.com/world/national-security/nsa-in...
Re: CloudFlare enabling free SSL by mid-October
#10Most of the websites wont encrypt the link from Cloudflare to the server, ultimately defeating the purpose of SSL aside from a better search ranking.
It's not a problem if those connections use self-signed certificates, right? If that's the case, then setting up SSL from CloudFlare to your servers should be pretty easy.
(Aside: self signed certs don't protect the connection from active attacks unless CloudFlare pins the cert. I'm mainly concerned with passive eavesdropping though.)