Tomcat: SSL client authentication

2003-07-25 Thread Dmitry S.Rogulin
Hello all, I'm Best regards, Dmitry. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat: SSL client authentication

2003-07-25 Thread Dmitry S.Rogulin
Hello all, Sorry for the previous e-mail. %) This theme was discussed about month ago. I tried to use what I've found but I'm still having a problem... I'm trying to do SSL client authentication with Tomcat 4.1.18 (clientAuth=true). 1. I've generated a client certificate using keytool:

Re[2]: Tomcat: SSL client authentication

2003-07-27 Thread Dmitry S.Rogulin
, BB you'll just have to read the JSSE docs for yourself ;-). BB If you need to issue your own client-certs, I'd suggest setting up your own BB CA (with OpenSSL or otherwise), and import your CA's cert into cacerts. You BB can then hand out client certs, and Tomcat will accept them. BB Dmitry

Re[4]: Tomcat: SSL client authentication

2003-07-28 Thread Dmitry S.Rogulin
client-certs when you move to production. BB Dmitry S.Rogulin [EMAIL PROTECTED] wrote in message BB news:[EMAIL PROTECTED] But (as I pointed out in 3.,4. and 6) I have client cert and CA cert. The latter I imported to the cacert. I tried to do the same without Tomact but with very simple HTTP