FS#60078 - [offlineimap] imaplib2: SSL error connecting imap.gmail.com: self signed certificate
Attached to Project:
Community Packages
Opened by Eli Schwartz (eschwartz) - Sunday, 16 September 2018, 14:09 GMT
Last edited by Morten Linderud (Foxboron) - Thursday, 11 May 2023, 21:00 GMT
Opened by Eli Schwartz (eschwartz) - Sunday, 16 September 2018, 14:09 GMT
Last edited by Morten Linderud (Foxboron) - Thursday, 11 May 2023, 21:00 GMT
|
Details
openssl 1.1.1 automatically adds support for TLS 1.3 which
causes some servers, like Google's SMTP servers, to provide
invalid self-signed certificates if the client does not send
the SNI.
See: https://wiki.openssl.org/index.php/TLS1.3#Server_Name_Indication https://mta.openssl.org/pipermail/openssl-project/2018-April/000623.html https://bbs.archlinux.org/viewtopic.php?id=240429 Similar bugs for other software: Upstream bug for offlineimap: https://github.com/OfflineIMAP/offlineimap/issues/573 Root cause is imaplib2 (a fallback copy of which is bundled with offlineimap, and we don't provide a system package): https://github.com/imaplib2/imaplib2/issues/5 |
This task depends upon
Closed by Morten Linderud (Foxboron)
Thursday, 11 May 2023, 21:00 GMT
Reason for closing: No response
Thursday, 11 May 2023, 21:00 GMT
Reason for closing: No response
https://github.com/fragtion/offlineimap/commit/b076bfbd0fccaa6c7670daed8a1283c7338f05a5
It contains no accreditation for the original work submitted upstream as https://github.com/imaplib2/imaplib2/pull/6
imaplib2 is dead upstream, and it seems like offlineimap wants to fork it in order to no longer be at the mercy of dead upstreams.