aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2016-01-10 16:28:35 +0100
committerMatthias Andree <matthias.andree@gmx.de>2016-01-10 16:28:35 +0100
commite1c0e527d3aa06b08af554f7a7fbe9633c27b1c7 (patch)
treeb348e84c5569e0fba06dd903c4a87cac86924e24
parent288f27c1e83e78d08278777f2987b86bec189e92 (diff)
downloadfetchmail-e1c0e527d3aa06b08af554f7a7fbe9633c27b1c7.tar.gz
fetchmail-e1c0e527d3aa06b08af554f7a7fbe9633c27b1c7.tar.bz2
fetchmail-e1c0e527d3aa06b08af554f7a7fbe9633c27b1c7.zip
ssl3 -> ssl3+
-rw-r--r--README.SSL4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.SSL b/README.SSL
index f3e14fb7..125ad63e 100644
--- a/README.SSL
+++ b/README.SSL
@@ -19,10 +19,10 @@ reasons, this cannot be fixed in a bugfix or minor release.
Also, fetchmail 6.4.0 and newer releases changed some of the semantics
as the result of a bug-fix, and will auto-negotiate TLSv1 or newer only.
If your server does not support this, you may have to specify --sslproto
-ssl3. This is in order to prefer the newer TLS protocols, because SSLv2
+ssl3+. This is in order to prefer the newer TLS protocols, because SSLv2
and v3 are broken.
- -- Matthias Andree, 2015-01-16
+ -- Matthias Andree, 2016-01-10
Quickstart