diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2016-01-10 16:28:35 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2016-01-10 16:28:35 +0100 |
commit | e1c0e527d3aa06b08af554f7a7fbe9633c27b1c7 (patch) | |
tree | b348e84c5569e0fba06dd903c4a87cac86924e24 | |
parent | 288f27c1e83e78d08278777f2987b86bec189e92 (diff) | |
download | fetchmail-e1c0e527d3aa06b08af554f7a7fbe9633c27b1c7.tar.gz fetchmail-e1c0e527d3aa06b08af554f7a7fbe9633c27b1c7.tar.bz2 fetchmail-e1c0e527d3aa06b08af554f7a7fbe9633c27b1c7.zip |
ssl3 -> ssl3+
-rw-r--r-- | README.SSL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |