搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Localhost: This site uses HTTP Strict Transport Security (HSTS) to specify that Firefox Developer Edition may only connect to it securely. As a result, it is no

  • 8 回覆
  • 46 有這個問題
  • 277 次檢視
  • 最近回覆由 dkeeler

more options

Since the last Update on Firefox 59 Developers Edition I've got this message when trying to access to my localhost:

The owner of mydomain.dev has configured their website improperly. To protect your information from being stolen, Firefox Developer Edition has not connected to this website.

This site uses HTTP Strict Transport Security (HSTS) to specify that Firefox Developer Edition may only connect to it securely. As a result, it is not possible to add an exception for this certificate.

This is working on Chrome as I am using a Self-signed certificate. I am on El Capitan with Apache 2.4.18

Since the last Update on Firefox 59 Developers Edition I've got this message when trying to access to my localhost: The owner of mydomain.dev has configured their website improperly. To protect your information from being stolen, Firefox Developer Edition has not connected to this website. This site uses HTTP Strict Transport Security (HSTS) to specify that Firefox Developer Edition may only connect to it securely. As a result, it is not possible to add an exception for this certificate. This is working on Chrome as I am using a Self-signed certificate. I am on El Capitan with Apache 2.4.18

被選擇的解決方法

the other way i could think of, is temporarily downgrading to devedition below b7 (http://archive.mozilla.org/pub/devedition/releases/59.0b5/mac/), visiting the https domain and storing the exception this way & then upgrade the browser again.

due to https://tools.ietf.org/html/rfc6797#section-12.1 it isn't possible to add exceptions for hsts sites unfortunately.

從原來的回覆中察看解決方案 👍 0

所有回覆 (8)

more options

hi, https://medium.engineering/use-a-dev-domain-not-anymore-95219778e6fd

tl;dr don't use .dev for developement purposes - it's a gTLD owned by google and enforces https use since recently

more options

That's not the problem since ".dev" domain are fully working on Google Chrome as I've got an SSL Self Signed Certificate on my localhost.

This problem is related to Firefox Developer Edition.

由 Miguel 於 修改

more options

well, it is this problem since the .dev domain landed on the hsts preload list in firefox 59.0b7. if you have a self-signed certificate for your site, then you can import that through the "view certificates" button at the bottom of the firefox menu ≡ > options > privacy & security panel.

more options

I've got this:

This personal certificate can’t be installed because you do not own the corresponding private key which was created when the certificate was requested.

And I've created the Certificate just today.

more options

選擇的解決方法

the other way i could think of, is temporarily downgrading to devedition below b7 (http://archive.mozilla.org/pub/devedition/releases/59.0b5/mac/), visiting the https domain and storing the exception this way & then upgrade the browser again.

due to https://tools.ietf.org/html/rfc6797#section-12.1 it isn't possible to add exceptions for hsts sites unfortunately.

more options

OK Downgrading my Firefox to 59.0b5 worked: http://archive.mozilla.org/pub/devedition/releases/59.0b5/mac/

Which of course is just a temporary solution. Hopefully this will be solved soon!

more options

the workflow would be: downgrade, access the https version of your local site, store the exception & upgrade again

more options

Miguel said

And I've created the Certificate just today.

What certificate issued the certificate you created? You'll have to import that into the "Authorities" section of the certificate manager (and trust it for websites).