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

Re: gnutls error



At Mon, 08 Oct 2012 00:31:12 +0200,
Herbert J. Skuhra wrote:
> You miss '--starttls' in your test:
> 
> % gnutls-cli --verbose --port 465 --starttls --insecure smtp.rabbitmq.com

Oh damn, right.  And I guess I didn't hide the server after all :).

When I specify --starttls it does seem to succeed:

    $ gnutls-cli --verbose --port 465 --insecure  --starttls --x509cafile /etc/ssl/certs/ca-certificates.crt smtp.rabbitmq.com
    WARNING: gnome-keyring:: couldn't connect to: /home/bitonic/.cache/keyring-2RbeMh/pkcs11: No such file or directory
    Processed 152 CA certificate(s).
    Resolving 'smtp.rabbitmq.com'...
    Connecting to '208.91.1.34:465'...
    |<1>| Note that the security level of the Diffie-Hellman key exchange has been lowered to 512 bits and this may allow decryption of the session data
    
    - Simple Client Mode:
    
    - Received[67]: 220 smtp.rabbitmq.com ESMTP Postfix (Breeding Rabbits since 2006)

> Can you show your ~/.wl?

My emacs config is here: <https://gist.github.com/2972603#L633>.  At that line
there are the bits I use to set up wl "accounts", where the relevant account
here is using `smpt.rabbitmq.com' and the port 465.

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

In this case the server is at port 465, with starttls (again, I use that
configuration on WL on Ubuntu 12.04 and on Thunderbird and it works fine).

--
Francesco * Often in error, never in doubt