This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
software:firefox [2021/03/23 12:22] 127.0.0.1 external edit |
software:firefox [2022/05/22 12:09] (current) chris |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== I want to access a website with https, but firefox refuses. | + | ==== Addons ===== |
- | I get these messages, Japanese locale: | + | * [[https://addons.mozilla.org/ |
- | < | + | * [[https:// |
- | 安全な接続ではありません | + | * [[https://addons.mozilla.org/en-US/ |
- | + | * ublock origin | |
- | rhevm.fluxcoil.net の所有者による Web サイトの設定が不適切です。 | + | |
- | あなたの情報が盗まれることを防ぐため、この Web サイトへの接続は確立されません。 | + | |
- | + | ||
- | このサイトでは、暗号化された通信のみで接続するよう Firefox に指定する | + | |
- | HTTP Strict Transport Security (HSTS) が使われています。 | + | |
- | そのため、この証明書を例外に追加することはできません。 | + | |
- | + | ||
- | <url> uses an invalid security certificate. | + | |
- | + | ||
- | The certificate is not trusted because the issuer certificate is unknown. | + | |
- | The server might not be sending the appropriate intermediate certificates. | + | |
- | An additional root certificate may need to be imported. | + | |
- | + | ||
- | Error code: SEC_ERROR_UNKNOWN_ISSUER | + | |
- | </code> | + | |
- | On this page, no "Add Exception.." button is offered. Why is that? | + | |
- | + | ||
- | ==== solution ==== | + | |
- | HTTP Strict Transport Security (HSTS) is an opt-in security enhancement. My webserver fluxcoil.net has this in headers: | + | |
- | < | + | |
- | Strict-Transport-Security "max-age=31536000; | + | |
- | </code> | + | |
- | Firefox had " | + | |
- | + | ||
- | * configure the timeout down in firefox | + | |
- | * install the local system with a different domain, i.e. rhevm.local instead of rhevm.fluxcoil.net | + | |
- | * get the <url> cert properly signed by a CA which your firefox trusts | + |