So, 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.
Chrome will mark all HTTP sites as ‘not secure’ starting in July
11–20 of 143 posts
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#12Is this also true for localhost, or does localhost get special treatment? What is a good way to get https certificates for localhost other than self signed certificates?
https://github.com/FiloSottile/mkcert Still self-signed, but generates a CA that gets added to your browser. It is all pretty seamless.
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#13Earlier 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.
The Ubiquity routers use a self signed certificate, which Chrome already marks as insecure. There's ways to change it to use Let's Encrypt though.
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#14Because 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.
But your static blog isn’t secure served over HTTP. And that’s fine if you choose it.
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#15Because 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.
Good education >> Browser gimmicks.
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#16Because 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
#17So, 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.
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#18Earlier 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
#19So, 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?
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#20If you wonder how to get HTTPS for your local virtual hosts: 1. create a local CA 2. create a certificate using that local CA 3. Then you can add the CA in your trusted authorities (Firefox does need an extra step: either enable the "security.enterprise_roots.enabled" flag, either import the CA certificate manually in it). Details at: https://gist.github.com/cecilemuller/9492b848eb8fe46d462abeb...