mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Add imap ssl verify option (#27592)
This commit is contained in:
parent
518b00954b
commit
2a1767fd5c
@ -50,14 +50,16 @@ Below is an example for setting up the integration to connect to your Microsoft
|
|||||||
- Password: Your password
|
- Password: Your password
|
||||||
- Charset: `US-ASCII`
|
- Charset: `US-ASCII`
|
||||||
|
|
||||||
### Selecting an alternate SSL cipher list (advanced mode)
|
### Selecting an alternate SSL cipher list or disable SSL verification (advanced mode)
|
||||||
|
|
||||||
If the default IMAP server settings do not work, you might try to set an alternate SLL cipher list.
|
If the default IMAP server settings do not work, you might try to set an alternate SLL cipher list.
|
||||||
The SSL cipher list option allows to select the list of SSL ciphers to be accepted from this endpoint. `default` (_system default_), `modern` or `intermediate` (_inspired by [Mozilla Security/Server Side TLS](https://wiki.mozilla.org/Security/Server_Side_TLS)_)
|
The SSL cipher list option allows to select the list of SSL ciphers to be accepted from this endpoint. `default` (_system default_), `modern` or `intermediate` (_inspired by [Mozilla Security/Server Side TLS](https://wiki.mozilla.org/Security/Server_Side_TLS)_)
|
||||||
|
|
||||||
|
If you are using self signed certificates can can turn of SSL verification.
|
||||||
|
|
||||||
<div class='note info'>
|
<div class='note info'>
|
||||||
|
|
||||||
The SSL cipher list is an advanced setting. The option is available only when advanced mode is enabled (see user settings).
|
The SSL cipher list and verify SSL are advanced settings. The options are available only when advanced mode is enabled (see user settings).
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user