Live data from Hacker News

CloudFlare enabling free SSL by mid-October

blog.cloudflare.com

51–60 of 66 posts

Re: CloudFlare enabling free SSL by mid-October

#51
post #35

Earlier quoted context omitted.

So, you're saying that using HTTP instead of HTTPS doesn't increase the privacy of users? I'd say that it does "increase" the privacy, although nobody is saying that it fixes every hole in the boat...

Speaking strictly, you're right, but when you consider (a) Cloudflare's connection to your server is insecure (b) Cloudflare is listening in on every request (c) Cloudflare blocks VPN and Tor users, it doesn't seem like such an obvious decision. But that's a false dichotomy, since everybody should use HTTPS, nobody should use HTTP, and, most importantly, nobody should be okay with third-parties snooping on your users…

I'm using a VPN (tunnelbear) and I can access my website that's behind cloudflare

Re: CloudFlare enabling free SSL by mid-October

#52

Earlier quoted context omitted.

That actually makes me trust them more. If they don't take down a site like that, then whatever site I run is certainly in the clear.

https://news.ycombinator.com/item?id=7968247

Glad you posted that, as I'm interested in seeing this discussion continued (re. my admittedly late post in that thread).

Re: CloudFlare enabling free SSL by mid-October

#53
post #10

Earlier quoted context omitted.

It would be free, but not necessarily easy, as it would still entail configuring your web server to use SSL, and that might not even be an option if you're using shared hosting. (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.)

That's what we're going to do: issue certs that our customers can use on their origins, that will be trusted by our network, and that will be pinned to a particular site. That will allow end-to-end cryptographic connections. There are other groups working on making installing and setting up SSL on origin servers easier, that's not something we're likely to tackle, but agree it's important.

That is excellent. Thank you!

Re: CloudFlare enabling free SSL by mid-October

#54
post #42
post #18

Please note that using Cloudflare, even with free SSL, is not an increase to the security and privacy of your users. On the contrary, Cloudflare records information about your users (this cannot be disabled) and, by default, blocks users who attempt to view your site through privacy-enhancing software. I would suggest that people looking to install SSL on their website (this should be everybody) instead get their fre…

I assume you are referring to Tor? We love Tor and the specific things we block by default are resource consumption bots. If people enable. "I Am Under Attack" mode , I think there is some incidental interstitial challenge for Tor, but not blocked. We don't comment on our customers unless they authorize us to, but based on the list of public ones, I would be pretty comfortable, even if I didn't work there.

[deleted]

Re: CloudFlare enabling free SSL by mid-October

#55
post #42
post #18

Please note that using Cloudflare, even with free SSL, is not an increase to the security and privacy of your users. On the contrary, Cloudflare records information about your users (this cannot be disabled) and, by default, blocks users who attempt to view your site through privacy-enhancing software. I would suggest that people looking to install SSL on their website (this should be everybody) instead get their fre…

I assume you are referring to Tor? We love Tor and the specific things we block by default are resource consumption bots. If people enable. "I Am Under Attack" mode , I think there is some incidental interstitial challenge for Tor, but not blocked. We don't comment on our customers unless they authorize us to, but based on the list of public ones, I would be pretty comfortable, even if I didn't work there.

Anyone here can test nilved's claim easily enough. Just visit Hacker News using Tor or a VPN, since the site uses Cloudflare.

Side note: Your announcement is really exciting.

Re: CloudFlare enabling free SSL by mid-October

#56

Earlier quoted context omitted.

CloudFlare's CEO says that free SSL will use SNI with ipv4 [1] and possibly non-SNI with ipv6 [2]. A CloudFlare engineer has discussed splitting the SSL handshake between servers so their many edge nodes don't need to keep customer secret keys in memory [3]. However, this sounds slightly different than the lazy loading behavior in the blog post. [1] https://news.ycombinator.com/item?id=7910849 [2] https://twitter.com…

Non-SNI over ipv6 seems pretty pointless since anything supporting ipv6 is going to have sni anyway.

Not sure why otterley was down voted. XP is going to exist for a while.

Old android/mobile clients are another case. Mobile operators are moving towards transparent "4 in 6" NAT/encap on their edges. The server would see a layer 3 IPv6 client, while the actual layer 7 client is an old Android/java stack.

Re: CloudFlare enabling free SSL by mid-October

#57

Earlier quoted context omitted.

Non-SNI over ipv6 seems pretty pointless since anything supporting ipv6 is going to have sni anyway.

Not true; Windows XP supports IPv6 but not SNI.

While that's technically true, XP doesn't enable IPv6 by default, so virtually no one uses it.

Re: CloudFlare enabling free SSL by mid-October

#58
post #26

Earlier quoted context omitted.

Gandi is free for a year and then expensive after - Namecheap may not be free but renewals and initial costs are much lower. StartSSL is free but revoke-ing costs money.

just checked now, Gandi is 40€/yr, not that expensive compared to big names like Verisign & co. I have used in the past RapidSSL, but it is same price, 50$/yr. I've just checked Namecheap and it's reselling other SSL like Comodo or Geotrust, but it looks less expensive, so yes, probably it's the best price.

At Gandi, a single-address standard SSL cert is $16/12€ per year. The $50/40€ applies to multi-address certs (3 addresses)

The full SSL price list is here: https://www.gandi.net/ssl/grid

Re: CloudFlare enabling free SSL by mid-October

#59
post #42

Earlier quoted context omitted.

I assume you are referring to Tor? We love Tor and the specific things we block by default are resource consumption bots. If people enable. "I Am Under Attack" mode , I think there is some incidental interstitial challenge for Tor, but not blocked. We don't comment on our customers unless they authorize us to, but based on the list of public ones, I would be pretty comfortable, even if I didn't work there.

Anyone here can test nilved 's claim easily enough. Just visit Hacker News using Tor or a VPN, since the site uses Cloudflare. Side note: Your announcement is really exciting.

No, (a) not all exit nodes and VPN IPs are effected (b) not all servers have that option enabled. I use Tor and am very frequently blocked from using reddit, imgur and other sites because of it.

Re: CloudFlare enabling free SSL by mid-October

#60
post #59

Earlier quoted context omitted.

Anyone here can test nilved 's claim easily enough. Just visit Hacker News using Tor or a VPN, since the site uses Cloudflare. Side note: Your announcement is really exciting.

No, (a) not all exit nodes and VPN IPs are effected (b) not all servers have that option enabled. I use Tor and am very frequently blocked from using reddit, imgur and other sites because of it.

Honestly the bot detection stuff in production today isn't the most awesome version of that feature possible, and improving it (especially to work with tor and vpns) is a priority, but not the highest. Cloudflare is paying for me to be at DefCon right now to launch an open source firewall / evasion tool (plug able transports to the next level) in 2 days, with the grugq, so it isn't like we are opposed to tor or anything.
Post reply on HN