From acd368479cc262fdd6adcd3a200c917f904f5a7a Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Mon, 12 Oct 2015 23:40:12 +0200 Subject: [PATCH] offlineimap.conf: fix erroneous assumption about ssl23 Signed-off-by: Nicolas Sebrecht --- offlineimap.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/offlineimap.conf b/offlineimap.conf index e1731a2..07f9901 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -637,11 +637,14 @@ remotehost = examplehost # This option stands in the [Repository RemoteExample] section. # -# Set SSL version tu use (optional). +# Set SSL version to use (optional). # # It is best to leave this unset, in which case the correct version will be # automatically detected. In rare cases, it may be necessary to specify a -# particular version from: tls1, ssl2, ssl3, ssl23 (SSLv2 or SSLv3). +# particular version from: tls1, ssl2, ssl3, ssl23. +# +# ssl23 is the highest protocol version that both the client and server support. +# Despite the name, this option can select “TLS” protocols as well as “SSL”. # # See the configuration option tls_level to automatically disable insecure # protocols.