Forum Moderators: open
Chrome 68 will mark all HTTP sites "not secure"
For the past several years, we’ve moved toward a more secure web by strongly advocating that sites adopt HTTPS encryption. And within the last year, we’ve also helped users understand that HTTP sites are not secure by gradually marking a larger subset of HTTP pages as “not secure”. Beginning in July 2018 with the release of Chrome 68, Chrome will mark all HTTP sites as “not secure”.Source: A secure web is here to stay [security.googleblog.com]
"not secure | example.com" for some people looks like that the site is "not secure" (e.g. malware). However, just the communication is not secure. Several people will misunderstand the message and leave the site.
I think users pay very little attention to those "not secure" messages (especially on mobile) and it's really being overhyped that people will see it, get scared and run off.My experience is the opposite, especially on mobile. I'm seeing non-secure sites dropping all the time, especially in my niche.
...Cloudflare, for their TLS, does it mean that your site/data are being transmitted in plain text between your server and the servers of Cloudflare, before being encrypted ? If so, isn't it "half" bad ? The data can still be altered and intercepted anywhere between Cloudflare and your server.That's true for the sites that maintain their host and just put a CDN in front. This is probably worse for the user since it gives the illusion of safety while still putting them at risk.
That's true for the sites that maintain their host and just put a CDN in front.
This is probably worse for the user since it gives the illusion of safety while still putting them at risk.
I would say about 90% of the people I know using https are going through Cloudlfare for the certsThat's one way of keeping them there. They haven't made their files secure at all, they just rely on CF. If they leave, they're faced with the added burden of getting HTTPS compliant.
Very few care about keeping files secure... [they're] only doing so in order to be compliant with Google, possibly snag a ranking boost and avoid those 'no secure' messages in Chrome.Yes, sadly that's the case. Just by participating in these forums, one sees that is evident. No matter, the result gets achieved.
Depends on your threat model. It would be challenging for most attackers to intercept your traffic between CloudFlare and your origin server (presuming that it's hosted at a well-connected ISP); attackers that can do that can probably just as easily intercept your traffic at your ISP or, if you were using a secure connection between CloudFlare and your ISP, at CloudFlare.