Chrome will mark all HTTP sites as ‘not secure’ starting in July
1–10 of 143 posts
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#2Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#3Is 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?
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#4Is 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?
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
#5Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#6So, 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
#71. 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...
Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July
#8This 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
#9Because 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
#10So, 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?