From: Jerry <je...@se...> - 2015-04-07 22:19:41
|
On Tue, 7 Apr 2015 20:21:56 +0100, michael crane stated: > I think fetchmail only cares is the fingerprint the same. > When google keeps changing the fingerprint whatever > I do > "openssl s_client -connect imap.gmail.com:993 -showcerts | openssl > x509 -fingerprint -noout - md5" > and put that in .fetchmailrc > If somebody wants to impersonate gmail to me they can have my mails. > cheers The problem is not with gmail. However, I ran your command and it is producing the exact same fingerprint that I am using. openssl s_client -connect pop3.live.com:995 -showcerts | openssl x509 -fingerprint -noout -md5 depth=1 C = BE, O = GlobalSign nv-sa, CN = GlobalSign Organization Validation CA - G2 verify error:num=20:unable to get local issuer certificate verify return:0 MD5 Fingerprint=86:60:F6:38:1C:84:A6:AC:94:92:51:2F:67:9A:7D:76 So, that is not the problem. -- Jerry |