diff options
-rwxr-xr-x | fetchmailconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf.py b/fetchmailconf.py index 5c0b8edc..1c780d4b 100755 --- a/fetchmailconf.py +++ b/fetchmailconf.py @@ -275,7 +275,7 @@ class User: self.sslkey = None # SSL key filename self.sslcert = None # SSL certificate filename self.sslproto = None # Force SSL? - self.sslcertck = 0 # Enable strict SSL cert checking + self.sslcertck = 1 # Enable strict SSL cert checking self.sslcertpath = None # Path to trusted certificates self.sslcommonname = None # SSL CommonName to expect self.sslfingerprint = None # SSL key fingerprint to check |