On Sun, 04 Jul 2021 11:13:08 +0200, Abd-Alrhman Masalkhi said:

> I have allready set up the .gitconfig file with following configuration:
>
> smtpEncryption = ssl
> smtpServer = smtp.gmail.com
> smtpUser = my-email-addr...@gmail.com
> smtpServerPort = 465

Try 'smtpEncryption = tls' instead.  Gmail's email submission servers require
at least TLS 1.1 (current protocol version is 1.3), and they stopped allowing
SSL (the known-insecure predecessor of TLS) some 5 years ago.

https://threatpost.com/google-to-deprecate-sslv3-rc4-in-gmail-imappop-clients/118533/

Attachment: pgpCfSBDBv9ID.pgp
Description: PGP signature

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to