"Andrew McGlashan" <[EMAIL PROTECTED]> writes: > Simon Josefsson wrote: >> How does your exim TLS configuration look like? Is it really using >> the same filenames? > > Sorry, I am guessing on the ca.pem file -- but the other two (cert and > key) are in my config as follows: > MAIN_TLS_CERTIFICATE = CONFDIR/exim.crt > MAIN_TLS_PRIVATEKEY = CONFDIR/exim.key
Thanks. Great. I suspect the problem is the same as for TheBat, i.e., that GnuTLS sends a certificate request and IM can't handle it. Can you try to add --disable-client-cert to: > www:~# gnutls-serv --port 4465 --debug 4711 \ >> --x509certfile /etc/exim4/exim.crt \ >> --x509keyfile /etc/exim4/exim.key \ >> --x509cafile /etc/ssl/certs/ca.pem And try again? /Simon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

