From daefa9475d43a8d3e64c1ec4a7a17840cc9ff835 Mon Sep 17 00:00:00 2001
From: Matthias Andree
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.
-