From a8674dea2112d0ed663d3d3e3cdc8988fd5fa1cc Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Sun, 5 Nov 2023 08:31:44 -0500 Subject: [PATCH] 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 --- source/_integrations/imap.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_integrations/imap.markdown b/source/_integrations/imap.markdown index 5e4d18312ae8..9d63daba3efa 100644 --- a/source/_integrations/imap.markdown +++ b/source/_integrations/imap.markdown @@ -67,12 +67,12 @@ Yahoo also requires the character set `US-ASCII`. -### 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.