Because my statically generated blog really needs https. This is really going to create an additional layer of inconvenience for people who just want to drop some html documents in an ftp folder and be done with it.
Yes, plus it gives the feeling that https://chase-very-secure-sign-in-1024-bits-certificate.scam... is perfectly secure when it’s not. Good education >> Browser gimmicks.
Chrome will mark all HTTP sites as ‘not secure’ starting in July
31–40 of 143 posts
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#32So, what is the Chromes team solution for local network devices like routers? Proxy it over the manufacturers server for a complete loss of any privacy and security, but hey, there is a green check mark then?
do many routers not support https for their config pages? if so, that's terrible on their part, get a new router. If they do, then accept the cert in your browser and move on.
If this trend continues it means you will no longer be able to configure these devices with a webbrowser but forced to use the manufacturers "cloud solution" or install an app where both ends of the TLS connection can be controlled and you're not bound to public CAs.
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#33Earlier quoted context omitted.
But your static blog isn’t secure served over HTTP. And that’s fine if you choose it.
Oh no, someone's going to MITM my shitty blog posts. "Secure" is a word that only makes sense with context, and without that context it only serves to cause irrational panic. I wonder why Google's really doing this.
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#34I wish Chrome would make an exception for pages on localhost and devices on the local network. There are currently no good solutions for acquiring certificates in these cases.
The browser has no realistic way to conclude that your "local" network is secure. It probably isn't. So there's no sane policy that says that's OK
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#35So, what is the Chromes team solution for local network devices like routers? Proxy it over the manufacturers server for a complete loss of any privacy and security, but hey, there is a green check mark then?
I don't know why there is still no standardization for advertising/providing CA services for local networks. How difficult would it be to just put local ACME endpoint to DHCP options?
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#36Because my statically generated blog really needs https. This is really going to create an additional layer of inconvenience for people who just want to drop some html documents in an ftp folder and be done with it.
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#37So, what is the Chromes team solution for local network devices like routers? Proxy it over the manufacturers server for a complete loss of any privacy and security, but hey, there is a green check mark then?
I don't know why there is still no standardization for advertising/providing CA services for local networks. How difficult would it be to just put local ACME endpoint to DHCP options?
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#38Earlier quoted context omitted.
Oh no, someone's going to MITM my shitty blog posts. "Secure" is a word that only makes sense with context, and without that context it only serves to cause irrational panic. I wonder why Google's really doing this.
Yes. They literally will. ISPs have injected ads into pages delivered to their customers. Data integrity also comes from HTTPS too.
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#39So, what is the Chromes team solution for local network devices like routers? Proxy it over the manufacturers server for a complete loss of any privacy and security, but hey, there is a green check mark then?
This change will only add the grey 'not secure' text to the address bar and not hinder functionality. So it is just less green and not more red as with invalid or self-signed certificates where you have to perform additional steps to continue.
https://www.digicert.com/blog/https-only-features-in-browser...
https://www.chromium.org/Home/chromium-security/deprecating-...
https://blog.mozilla.org/security/2018/01/15/secure-contexts...
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#40Earlier quoted context omitted.
do many routers not support https for their config pages? if so, that's terrible on their part, get a new router. If they do, then accept the cert in your browser and move on.
That's exactly the problem. Devices in the local network can not partake in the public CA infrastructure. So they run self-signed certificates, which is probably a small security win over plain HTTP, but then customers are faced with a scary "someone is stealing your data" page before ever seeing the configuration page. That's a no go, so most stay on HTTP, but as we can tell from this announcement, time is running o…