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
Melanie: Your certificate is invalid, as your navigator does not know the Certificate Authority who issued your server certificate (In this case, you). It's not related to expiration dates. You can find nice guides (using openssl :( ) here: http://www.tc.umn.edu/~brams006/selfsign.html and he