typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.98k stars 424 forks source link

HTTPS is not working on Chrome 63 #250

Closed ton212 closed 6 years ago

ton212 commented 6 years ago

According to this article Chrome to force .dev domains to HTTPS via preloaded HSTS.

When trying to access http://hotel.dev, Chrome will redirects to https://hotel.dev, which self-signed certificate is not acceptable in their preload HSTS.

Is Hotel has a plan to change to domain name from .dev to others? Or is there a way I can use .dev for now?

ton212 commented 6 years ago

This is appeared to affect Safari Version 11.0.2 (13604.4.7.1.3), but not yet on Firefox 57.0.1

indrakaw commented 6 years ago

Please read this issue: https://github.com/typicode/hotel/issues/215

ton212 commented 6 years ago

Oh, thank you. And sorry for missed that section on README.

I am closing this issue so others can join at #215.

mehrdad-shokri commented 6 years ago

@indrakaw Do you know how to setup https on .dev domains?