[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IMAP Problems



At Wed, 13 Apr 2011 09:16:20 -0700, docgnome wrote:
> 
> On 04/13/2011 09:03 AM, Vitaly Mayatskikh wrote:
> > Show yours:
> >
> >   ssl-program-name
> >   ssl-program-arguments
> >   ssl-certificate-verification-policy
> >
> >    
> openssl
> 
> ("s_client" "-quiet" "-host" host "-port" service "-verify" 
> (int-to-string ssl-certificate-verification-policy) "-CApath" 
> ssl-certificate-directory)
> 
> 0
> 
> are the values respectively.

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.

-- 
wbr, Vitaly