[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: smtp ssl
At Mon, 15 Feb 2010 09:55:53 +0100, Erik Colson wrote:
>
> ssl-program-name is a variable defined in `ssl.el'.
> Its value is "openssl"
>
> ssl-program-arguments is a variable defined in `ssl.el'.
> Its value is
> ("s_client" "-quiet" "-host" host "-port" service "-verify"
> (int-to-string ssl-certificate-verification-policy)
> "-CApath" ssl-certificate-directory)
Try to remove -CApath stuff (perhaps, -verify also) from ssl-program-arguments:
(setq ssl-program-arguments '("s_client" "-quiet" "-host" host "-port" service))
--
wbr, Vitaly
- References:
- smtp ssl
- From: Erik Colson <ecocode.net@gmail.com>