GoogleChromeLabs / simplehttp2server

A simple HTTP/2 server for development
Other
1.74k stars 99 forks source link

Not able to open the URL on latest version of Chrome? #6

Closed rodrigograca31 closed 8 years ago

rodrigograca31 commented 8 years ago

Hi!

Not able to open https://localhost:5000/ on chrome Version 53.0.2767.4 dev (64-bit) and Version 51.0.2704.103 (64-bit) on (Linux Mint)

Normaly I would go to the advanced option and would say something like "add exception", but it doesn't have that option... is this related to the tool or Chrome? image

I've also tried with https://127.0.0.1:5000/ and the same happens...

It opened on Firefox.... but seriously, who uses Firefox!? :smile: (flame war started!)

Thanks!

surma commented 8 years ago

Sadly, I can’t reproduce :( Can you give this a try in Canary just to make sure? Also, there’s a flag under chrome://flags/#allow-insecure-localhost that removes this warning altogether for localhost.

rodrigograca31 commented 8 years ago

I'm using Canary...

It works with that flag enabled!

surma commented 8 years ago
screenshot 2016-06-21 10 13 57

I have this dialog (without the flag!). Don’t know what I am doing differently here, sorry.