2

There is a bug with Pidgin, where the certificate for gmail.com cannot be validated.

enter image description here

The problem is discussed here and there is also a solution:

openssl s_client -showcerts -servername gmail.com -connect gmail.com:443 

That outputs the certificate in terminal as it should, like here, but I don't know how to add that to Pidgin for a gmail account.

At the ticket/bug link it says

this will retrieve correct certificate with CN=gmail.com

after importing it into pidgin (Tools->Certificates) it should work fine

I have read that it should be saved in a text file in ~/.purple/certificates/x509/tls_peers that should be called [email protected], but that doesn't work.

enter image description here

  • Perhaps [this](https://www.madboa.com/geek/pine-ssl/) article can guide you to reverse engineer the answer yourself. – Vorac Jan 06 '19 at 18:52

0 Answers0