OfflineIMAP / offlineimap

Read/sync your IMAP mailboxes (python2) [LEGACY: move to offlineimap3]
http://www.offlineimap.org
Other
1.78k stars 363 forks source link

`sslcacertfile = OS-DEFAULT` should probably be the default #720

Closed Kodiologist closed 2 years ago

Kodiologist commented 2 years ago

By default, TLS is enabled, but it doesn't work because no certificates are set. Generally, the way to get it working is to add sslcacertfile = OS-DEFAULT to your configuration. So, this should probably be the default.

General informations

Configuration file offlineimaprc

Per offlineimap.conf.minimal.

Logs, error

ERROR: No CA certificates and no server fingerprints configured. You must configure at least something, otherwise having SSL helps nothing.

Steps to reproduce the error

$ offlineimap

Kodiologist commented 2 years ago

Whoops, wrong repository. The right one already has this: https://github.com/OfflineIMAP/offlineimap3/issues/96