Skip to content

Commit

Permalink
Improve IMAP integration SSL settings copy (home-assistant#29610)
Browse files Browse the repository at this point in the history
* Improve IMAP integration SSL settings copy

* Do not add a remark this is dangerous

---------

Co-authored-by: Jan Bouwhuis <[email protected]>
  • Loading branch information
strugee and jbouwh authored Nov 5, 2023
1 parent f0d8255 commit a8674de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/_integrations/imap.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ Yahoo also requires the character set `US-ASCII`.

</div>

### Selecting an alternate SSL cipher list or disable SSL verification (advanced mode)
### Selecting an alternate SSL cipher list or disabling SSL verification (advanced mode)

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)_)
If the default IMAP server settings do not work, you might try to set an alternate SSL cipher list.
The SSL cipher list option allows you 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.
If you are using self signed certificates, you can turn off SSL verification.

<div class='note info'>

Expand Down

0 comments on commit a8674de

Please sign in to comment.