From: Rob M. <rob...@gm...> - 2007-08-20 10:15:11
|
On 8/20/07, Anne Wilson <can...@go...> wrote: > > That corrected it, and the daemon is now running. However, I'm still having > no luck in getting the certificate. This is the command I'm using: > > [root@david ~]# openssl s_client -connect zencphosting09.zen.co.uk:993 > </dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END > CERTIFICATE-/p'>/etc/pki/tls/rootcerts/zencphosting09.zen.co.uk.pem > > It just sits there, nothing happening. Try just running: openssl s_client -connect zencphosting09.zen.co.uk:993 And then copy-n-paste the lines between "-BEGIN CERTIFICATE-" and "-END CERTIFICATE-" (including those lines) to the pem file. Then run "c_rehash". If that doesn't work then please post your .fetchmailrc -- Please keep list traffic on the list. Rob MacGregor Whoever fights monsters should see to it that in the process he doesn't become a monster. Friedrich Nietzsche |