Re: [Dovecot] Client certificate verification/authentication

2007-06-04 Thread eizert
Sorry, but after my first message, i'm work to openssl. (newbie) And now, the certifate are valid, but authentication failed.

Re: [Dovecot] Client certificate verification/authentication

2007-06-04 Thread eizert
Timo Sirainen a écrit : On Tue, 2007-05-29 at 12:06 +0200, eizert wrote: Not in Dovecot... In my log, i've simply : dovecot: auth(default): Client didn't present valid SSL certificate Set verbose_ssl=yes and it should log more. It should then log either "Invalid

[Dovecot] Client certificate verification/authentication

2007-05-29 Thread eizert
I would like to use Client certificate verification/authentication. My MTA used this function. I've a problem to make a valid certificate. For my MTA i used : openssl req -new -nodes -x509 -keyout user_key.pem -out user_req.pem -days 365 openssl ca -out user_signed.pem -infiles user_req.pem