Skip to main content
added 2 characters in body
Source Link
schroeder
  • 134.3k
  • 55
  • 310
  • 357

Watch out with public TLD's in combination with locally-hosted sites and self-signed certs. For

For example "mysite.dev"mysite.dev with a self-signed certificate was causing a HSTS error in all my browsers (Chrome, Edge and Firefox). When iI switched to a non-public TLD, for example "mysite.localdev"mysite.localdev it worked like a charm.

Watch out with public TLD's in combination with locally-hosted sites and self-signed certs. For example "mysite.dev" with a self-signed certificate was causing a HSTS error in all my browsers (Chrome, Edge and Firefox). When i switched to a non-public TLD, for example "mysite.localdev" it worked like a charm.

Watch out with public TLD's in combination with locally-hosted sites and self-signed certs.

For example mysite.dev with a self-signed certificate was causing a HSTS error in all my browsers (Chrome, Edge and Firefox). When I switched to a non-public TLD, for example mysite.localdev it worked like a charm.

Source Link

Watch out with public TLD's in combination with locally-hosted sites and self-signed certs. For example "mysite.dev" with a self-signed certificate was causing a HSTS error in all my browsers (Chrome, Edge and Firefox). When i switched to a non-public TLD, for example "mysite.localdev" it worked like a charm.