Re: Socket error: secure connect to imap.gmail.com (74.125.20.109:993): error:0A0000BF:SSL routines
mailbox synchronizer
Brought to you by:
ossi
|
From: Ken M. <ma...@gm...> - 2022-07-03 13:09:54
|
On 2022-07-03 at 00:42 -07, Oswald Buddenhagen <osw...@gm...> wrote: > On Sat, Jul 02, 2022 at 06:57:41AM -0700, Ken Mankoff wrote: >>Socket error: secure connect to imap.gmail.com (74.125.20.109:993): >>error:0A0000BF:SSL routines::no protocols available >> > i suppose you have SSLVersions set and didn't adjust it to include > anything recent. git master contains a conceptual fix that avoids this > type of mistake. Yes changing to "SSLVersions TLSv1.3" (from TLSv1) fixed it. Thank you, -k. |