Re: Tomcat 5.5 Trust Stores and Client Authentication

2010-08-20 Thread Hans Wahn
>> I then installed the client certificate mycert.cer into >> the client browsers, but has no effect and I still recevie the same >> error messages. Is Firefox able to authenticate itself via a client certificate against a server? Maybe you just installed it in the truststore of trustfull servers?

Re: Tomcat 5.5 Trust Stores and Client Authentication

2010-08-19 Thread aravidu
ithin the browsers. > > What have I done wrong? I am thinking that it is the way that I have > created the Trust store that is the problem? > > Thanks for any help in advance... > >

RE: Tomcat 5.5 Trust Stores and Client Authentication

2009-04-20 Thread Jason Smith
FireFox also allows you to directly import a .p12 file. -Original Message- From: Jorge Medina [mailto:jmed...@e-dialog.com] Sent: Monday, April 20, 2009 9:49 AM To: Tomcat Users List Subject: RE: Tomcat 5.5 Trust Stores and Client Authentication I have not used client certificates, but in order

RE: Tomcat 5.5 Trust Stores and Client Authentication

2009-04-20 Thread Jorge Medina
Message- From: Ron Perkins [mailto:ronperkins...@googlemail.com] Sent: Monday, April 20, 2009 4:14 AM To: users@tomcat.apache.org Subject: Tomcat 5.5 Trust Stores and Client Authentication Hi All, I have done the following to create a Trust Store for Tomcat to use: Created a keystore with new certi

Tomcat 5.5 Trust Stores and Client Authentication

2009-04-20 Thread Ron Perkins
Hi All, I have done the following to create a Trust Store for Tomcat to use: Created a keystore with new certificate: keytool -genkey -alias mycert -keyalg RSA -kaypass changeit -keystore keystore.jks -storepass changeit Exported certificate: keytool -export -alias mycert -file mycert.cer -key