[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnutls error
At Wed, 03 Oct 2012 15:49:18 +0100, Francesco Mazzoli wrote:
> I just switched from Ubuntu 12.04 to Debian testing. Now I can't send email
> from a certain smtp server anymore.
If you use gnutls-cli as your ssl-program-name then look for
--insecure argument. From gnutls-cli man:
--insecure
Don't abort program if server certificate can't be validated.
For openssl there's ssl-certificate-verification-policy variable,
value 1 might work for you.
--
wbr, Vitaly