Skip to content

Commit 69a2d37

Browse files
authored
Add Mozilla SSL docs (home-assistant#6013)
* Add Mozilla SSL docs * Update http.markdown
1 parent ba12a56 commit 69a2d37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/_components/http.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Configuration variables:
4242
- **trusted_networks** (*Optional*): List of trusted networks, consisting of IP addresses or networks, that are allowed to bypass password protection when accessing Home Assistant. If using a reverse proxy with the `use_x_forwarded_for` option enabled, requests proxied to Home Assistant with a trusted `X-Forwarded-For` header will appear to come from the IP given in that header instead of the proxy IP.
4343
- **ip_ban_enabled** (*Optional*): Flag indicating whether additional IP filtering is enabled. Defaults to False.
4444
- **login_attempts_threshold** (*Optional*): Number of failed login attempt from single IP after which it will be automatically banned if `ip_ban_enabled` is True. Defaults to -1, meaning that no new automatic bans will be added.
45+
- **ssl_profile** (*Optional*): The [Mozilla SSL profile](https://wiki.mozilla.org/Security/Server_Side_TLS) to use. Either `modern` or `intermediate`. Default is `modern`. Only lower if you are experiencing integrations causing SSL handshake errors.
4546

4647
The sample below shows a configuration entry with possible values:
4748

0 commit comments

Comments
 (0)