<<< Date Index >>>     <<< Thread Index >>>

[Mutt] #2911: ssl_client_cert does not work with gnutls



#2911: ssl_client_cert does not work with gnutls

 I compiled mutt with GnuTLS since it's GPL. Parameter ''ssl_client_cert''
 is not recognized there (it is if I compile against OpenSSL). This makes
 it impossible to use SMTP over TLS because the client cert is required
 there. The mailserver responses with
 {{{
 2007-06-15 00:12:44 TLS error on connection from localhost
 (poldy.lespocky.dyndns.org) [127.0.0.1] (SSL_accept):
 error:140890C7:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:peer
 did not return a certificate
 }}}
 if I don't set a client cert.

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/2911>