WebRick/HTTPS client authentication

Hi all,

i am trying to use webrick as a http-server with client authentification.
Does anybody know how to set up the server with HTTPS so that the client must authentificate with a certificate?

All i found i the docs/google is how to set up the server to use HTTPS.

Thanks,
Roland

Hi,

From: SchmittR@t-systems.com
Sent: Monday, February 02, 2004 11:36 PM

i am trying to use webrick as a http-server with client authentification.
Does anybody know how to set up the server with HTTPS so that the
client must authentificate with a certificate?

Test suite of http-access2 has the server.
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/lib/http-access2/test/
See the :SSLVerifyClient option in sslsvr.rb.

Regards,
// NaHi