diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-08-07 08:51:57 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-08-07 08:51:57 +0000 |
commit | 87b354e857e98da2f8b60d09e7e0d174a2f1bda9 (patch) | |
tree | b26cb8833d7bcb321147be297ee39f9b38ea88c8 /fetchmail.man | |
parent | c37b5d80dcbc0b30427ac7671b9eccd8856b1579 (diff) | |
download | fetchmail-87b354e857e98da2f8b60d09e7e0d174a2f1bda9.tar.gz fetchmail-87b354e857e98da2f8b60d09e7e0d174a2f1bda9.tar.bz2 fetchmail-87b354e857e98da2f8b60d09e7e0d174a2f1bda9.zip |
Log opportunistic TLS upgrades in verbose mode.
svn path=/branches/BRANCH_6-3/; revision=4881
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/fetchmail.man b/fetchmail.man index 648f7e1b..adab35cc 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -401,12 +401,14 @@ server. This can cause some complications in daemon mode. .TP .B \-\-sslproto <name> (Keyword: sslproto) -Forces an SSL protocol. Possible values are '\fBssl2\fR', +Forces an SSL or TLS protocol. Possible values are '\fBssl2\fR', \&'\fBssl3\fR', '\fBssl23\fR', and '\fBtls1\fR'. Try this if the default handshake does not work for your server. To defeat automatic TLSv1 negotiation when the server advertises STARTTLS or STLS, use \fB''\fR or -\&'\fBssl23\fR'. The default is to try appropriate protocols depending -on context. +\&'\fBssl23\fR'. This option, even if the argument is the empty string, +will also suppress the diagnostic 'SERVER: opportunistic upgrade to +TLS.' message in verbose mode. The default is to try appropriate +protocols depending on context. .TP .B \-\-sslcertck (Keyword: sslcertck) |