[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: smtp ssl
At Mon, 15 Feb 2010 08:39:48 +0100, Erik Colson wrote:
> (setq ssl-certificate-verification-policy 1)
>
> didn't help...
>
>
> this is the trace message I get:
>
> Process SMTP finished
> verify depth is 1
> depth=3 /C=SE/O=AddTrust AB/OU=AddTrust External TTP
> Network/CN=AddTrust External CA Root
> verify error:num=19:self signed certificate in certificate chain
> verify return:0
> 9706:error:14090086:SSL
> routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify
> failed:s3_clnt.c:983:
>
> so that means that certificates are still checked
Try to set ssl-certificate-verification-policy to 2.
--
wbr, Vitaly
- References:
- smtp ssl
- From: Erik Colson <ecocode.net@gmail.com>