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

Re: gnutls error



On Sun, 07 Oct 2012 22:44:53 +0100
Francesco Mazzoli <f@mazzo.li> wrote:

> Right, thanks for the suggestion.
> 
> What I get:
> 
>     $ gnutls-cli --verbose --port <port> --insecure --x509cafile /etc/ssl/certs/ca-certificates.crt <host>

You miss '--starttls' in your test:

% gnutls-cli --verbose --port 465 --starttls --insecure smtp.rabbitmq.com

Can you show your ~/.wl?

Normally, port 465 is ssl and port 25/587 starttls.

-- 
Herbert