Heiko Schlittermann <[email protected]> wrote: [...] > on the client side I'm now using openssl s_client, on the server side > I tested:
> openssl s_server -accept 587 \ > -CAfile /etc/ssl/certs/ca-certificates.crt > -cert /etc/ssl/certs/ssl.schlittermann.de.crt \ > -key /etc/ssl/private/ssl.schlittermann.de.key > Connections gets established. Using gnutls-serv on the server side: > gnutls-serv --debug 4 -p 587 \ > --x509cafile /etc/ssl/certs/ca-certificates.crt \ > --x509certfile /etc/ssl/certs/ssl.schlittermann.de.crt \ > --x509keyfile /etc/ssl/private/ssl.schlittermann.de.key > it doesn't work. [...] gnutls night not be able to read the file-format, or perhaps the signature algoritm is RSA-MD2, or whatever. I would suggest asking on the gnutls list. cu andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure' -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
