diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2011-05-17 18:00:56 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-05-17 20:12:12 +0200 |
commit | aee0a1be4163b06ae8d32dff93d13a87668423b3 (patch) | |
tree | 7a9b03cfdbe16ff4f92a1e7aa05834e9edf27f41 /fetchmail.man | |
parent | eb9e1e4176d89ee30d33381273e22325584675d3 (diff) | |
download | fetchmail-aee0a1be4163b06ae8d32dff93d13a87668423b3.tar.gz fetchmail-aee0a1be4163b06ae8d32dff93d13a87668423b3.tar.bz2 fetchmail-aee0a1be4163b06ae8d32dff93d13a87668423b3.zip |
Reinstate SSLv2 support on legacy_63 branch.
Revert "Remove support for SSLv2 (fixes Debian Bug #622054)."
This reverts commit c22a3afca46c83ee6d53a6ee58deb122f309c460.
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fetchmail.man b/fetchmail.man index 231e163d..152a74c0 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -474,9 +474,8 @@ Also see \-\-sslcert above. (Keyword: sslproto) .br Forces an SSL/TLS protocol. Possible values are \fB''\fP, -\&'\fBSSL23\fP' (note however that fetchmail, since v6.3.20, prohibits -negotiation of SSLv2 -- it has been deprecated for 15 years and is -insecure), \&'\fBSSL3\fP', and +\&'\fBSSL2\fP', '\fBSSL23\fP', (use of these two values is discouraged +and should only be used as a last resort) \&'\fBSSL3\fP', and \&'\fBTLS1\fP'. The default behaviour if this option is unset is: for connections without \-\-ssl, use \&'\fBTLS1\fP' so that fetchmail will opportunistically try STARTTLS negotiation with TLS1. You can configure |