Displaying 1 result from an estimated 1 matches for "server_ca_extensions".
2010 May 15
1
SSL Bug
...ovecot's SSL support. The problem is that the SSL
certs result in "TLS handshaking: SSL_accept() syscall failed:
Connection reset by peer" errors *if the certificate granted is not
granted for client use*.
For servers, I normally generate SSL certificates specifically for
servers:
[ server_ca_extensions ]
basicConstraints = CA:false
keyUsage = keyEncipherment
extendedKeyUsage = 1.3.6.1.5.5.7.3.1
If you just do that, then the SSL certificate doesn't work in dovecot
(it will work fine in Apache, or Postfix etc etc). You also need the
certificate to be valide for client side work:
[ client_and_...