Improve IMAP integration SSL settings copy (#29610)

* Improve IMAP integration SSL settings copy

* Do not add a remark this is dangerous

---------

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
This commit is contained in:
AJ Jordan 2023-11-05 08:31:44 -05:00 committed by GitHub
parent f0d825565f
commit a8674dea21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'>