Live data from Hacker News

Chrome will mark all HTTP sites as ‘not secure’ starting in July

theverge.com

1–10 of 143 posts

Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July

#3
post #2

Is 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?

Adding a CA to the local register. Or simply registering one on the browser.

Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July

#4
post #2

Is 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

#7
If 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...

Re: Chrome will mark all HTTP sites as ‘not secure’ starting in July

#9
post #8

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.

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

#10
post #5

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.
Post reply on HN