[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: IMAP Problems
At Wed, 13 Apr 2011 13:05:20 -0700, docgnome wrote:
> > Try to run "openssl s_client -quite -host<host> -port<port>
> > -verify 0 -CApath<path-to-certs>" and see if it succeeds. You may
> > have problem with certificate.
> >
> >
> Hrm. It just complains that it doesn't know what s_client or any of the
> other arguments are.
So it's a problem with openssl installation on your system. You can
try to resolve it or to switch wl to gnutls-cli:
ssl-program-name "gnutls-cli"
ssl-program-arguments '("--insecure" "-p" service host)
ssl-certificate-verification-policy 1
--
wbr, Vitaly