Reputation: 27
I have a dev site that I started up using the php live server and using localhost:8000. The issue I'm having is that neither Chrome, Firefox, or Safari are able to establish a secure connection because the protocol gets reverted to HTTPS, thus rendering my site useless. I'm fully aware of the new implementations that chrome and other browsers are placing on .dev sites, but I don't think that applies to my issue, especially since the dev site doesn't use that domain. Also, I've been to chrome://net-internals/#hsts and tried deleting any security constraints on localhost, but that didn't work either. What am I missing here?
Upvotes: 0
Views: 88
Reputation: 1840
I think this post can help you: Google Chrome .dev not work over http.
So in according to this post you must only change your .dev
local domain following this memorandum from Network Working Group(NWG).
Upvotes: 1