From daefa9475d43a8d3e64c1ec4a7a17840cc9ff835 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 30 Mar 2020 14:27:49 +0200 Subject: FAQ: Remove STARTTLS disabler instructions for outdated fetchmail. --- fetchmail-FAQ.html | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'fetchmail-FAQ.html') 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.

STLS or STARTTLS negotiation, add this option:

sslproto ''
-

In order to prevent older fetchmail versions from trying TLS (STLS, STARTTLS) -negotiation where the above does not work, try this option:

- -
sslproto ssl23
- -

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.

-

Runtime fatal errors

R1. Fetchmail isn't working, and -v shows -- cgit v1.2.3