RE: invalid certificate

2009-05-06 Thread Robin Wilson
ter.crowt...@melandra.com] Sent: Wednesday, May 06, 2009 6:55 AM To: 'Tomcat Users List' Subject: RE: invalid certificate > From: Melanie Pfefer [mailto:melanie_pfe...@yahoo.co.uk] > So you mean this error cannot be fixed? > All self-signed certificates have this problem when

RE: invalid certificate

2009-05-06 Thread Peter Crowther
> From: Melanie Pfefer [mailto:melanie_pfe...@yahoo.co.uk] > So you mean this error cannot be fixed? > All self-signed certificates have this problem when a browser > accesses the page using ssl? If the browser doesn't trust the root certificate that certifies the self-signed cert, it will give a

RE: invalid certificate

2009-05-06 Thread Melanie Pfefer
Hi Antonio, So you mean this error cannot be fixed? All self-signed certificates have this problem when a browser accesses the page using ssl? thanks --- On Wed, 6/5/09, Antonio Vidal Ferrer wrote: > From: Antonio Vidal Ferrer > Subject: RE: invalid certificate > To: "

RE: invalid certificate

2009-05-06 Thread Antonio Vidal Ferrer
2009 12:04 To: users@tomcat.apache.org Subject: invalid certificate Hi, I generated a new certificate according to http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html First step: keytool -genkey -alias tomcat -keyalg RSA -keystore /usr/local/tomcat/.keystore Second step: in servers.xml:

invalid certificate

2009-05-06 Thread Melanie Pfefer
Hi, I generated a new certificate according to http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html First step: keytool -genkey -alias tomcat -keyalg RSA -keystore /usr/local/tomcat/.keystore Second step: in servers.xml: I am getting an error that the certificate is not valid when I acc