Re: 6.4.1 won't fetch mail from gmail; 6.3.26 does - root CA's signing certificate is not in the trusted CA certificate location
Ralph Corderoy <[email protected]>
| Newsgroups | gmane.mail.fetchmail.user |
|---|---|
| Message-ID | <[email protected]> |
Hi russell,
> For all this time I thought the only relevant cert was the one gmail
> issued. How can I know which it uses?
I think this formats the certificate handed over during TLS negogiation.
openssl s_client -connect pop.gmail.com:pop3s </dev/null |
openssl x509 -text
Its Issuer is visible, and can be seen in the middle of the chain listed
at the start.
--
Cheers, Ralph.