diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-03-30 14:27:49 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-03-30 14:28:45 +0200 |
commit | daefa9475d43a8d3e64c1ec4a7a17840cc9ff835 (patch) | |
tree | 872b0d1174ef6621682e5de2f59d9a3fd0e23db1 | |
parent | 1877c3d444e6109a3d9273e46b4b9c8e8c50ea2a (diff) | |
download | fetchmail-daefa9475d43a8d3e64c1ec4a7a17840cc9ff835.tar.gz fetchmail-daefa9475d43a8d3e64c1ec4a7a17840cc9ff835.tar.bz2 fetchmail-daefa9475d43a8d3e64c1ec4a7a17840cc9ff835.zip |
FAQ: Remove STARTTLS disabler instructions for outdated fetchmail.
-rw-r--r-- | fetchmail-FAQ.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 58e89e72..429eb1fe 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -2182,16 +2182,6 @@ his certificates properly.</p> STLS or STARTTLS negotiation, add this option:</p> <pre>sslproto ''</pre> -<p>In order to prevent older fetchmail versions from trying TLS (STLS, STARTTLS) -negotiation where the above does not work, try this option:</p> - -<pre>sslproto ssl23</pre> - -<p>This restricts fetchmail's SSL/TLS protocol choice from the default -"SSLv2, SSLv3, TLSv1" to the two SSL variants, disabling TLSv1. Note -however that this causes the connection to be unencrypted unless an -encrypting "plugin" is used or SSL is requested explicitly.</p> - <hr/> <h1>Runtime fatal errors</h1> <h2><a id="R1" name="R1">R1. Fetchmail isn't working, and -v shows |