On Sat, Oct 23, 2010 at 09:08:52 -0600, Joseph wrote: > I've removed the domain name, now the line looks like: > poll pop.gmail.com with proto POP3 and options no dns user 'syscon780' > password 'xxxxxxxxxxxx' options ssl sslcertpath /home/joseph/.mutt/cert/ > > but it still complains, certificate not trusted. > > fetchmail: This means that the root signing certificate (issued for > /C=US/O=Google Inc/CN=Google Internet Authority) is not in the trusted > CA certificate locations, or that c_rehash needs to be run on the > certificate directory. For details, please see the documentation of > --sslcertpath and --sslcertfile in the manual page. > fetchmail: Server certificate verification error: certificate not trusted
What does "ls -l /home/joseph/.mutt/cert/" show? What OS are you running? Do you have a file Equifax_Secure_CA.pem anywhere on your system? (It shows up in /etc/ssl/certs on mine, for example, running Debian... and I'm able to use that directly to validate Gmail, without needing a private copy of the cert.) Nathan