javax.net.ssl.SSLHandshakeException: Could not find trusted certificate

2004-01-14 Thread neal cabage
ttps (SSL): " javax.net.ssl.SSLHandshakeException: Could not find trusted certificate". Moreover, it appears that the lib/security/cacerts file doesn't even exist on my Linux production server...only on my Windows Dev server. linux instead has some .crt files in the /bin directory. Anyone have a

Re: RES: javax.net.ssl.SSLHandshakeException: Could not find trusted certificate

2004-01-13 Thread Daniel Williams
em original- De: Alexander Taler [mailto:[EMAIL PROTECTED] nome de Alexander Taler Enviada em: terca-feira, 13 de janeiro de 2004 14:46 Para: Tomcat Users List Assunto: Re: javax.net.ssl.SSLHandshakeException: Could not find trusted certificate Perhaps it's related to the Verisign inte

Re: RES: javax.net.ssl.SSLHandshakeException: Could not find trusted certificate

2004-01-13 Thread neal cabage
to: Re: javax.net.ssl.SSLHandshakeException: Could not find trusted certificate Perhaps it's related to the Verisign intermediate signing certificate which expired last week. Check the Verisign website for details. Alex >>>>> "Neal" == Neal writes: Neal> T

RES: javax.net.ssl.SSLHandshakeException: Could not find trusted certificate

2004-01-13 Thread Mauro Pencov
original- De: Alexander Taler [mailto:[EMAIL PROTECTED] nome de Alexander Taler Enviada em: terca-feira, 13 de janeiro de 2004 14:46 Para: Tomcat Users List Assunto: Re: javax.net.ssl.SSLHandshakeException: Could not find trusted certificate Perhaps it's related to the Verisign interme

javax.net.ssl.SSLHandshakeException: Could not find trusted certificate

2004-01-13 Thread Neal
following error: javax.net.ssl.SSLHandshakeException: Could not find trusted certificate Here is the method I am using to retrieve the document: public Document readDocument(URL url) throws IOException, ParserConfigurationException, SAXException { Document doc = null; InputStream in

Re: javax.net.ssl.SSLHandshakeException: Could not find trusted certificate

2004-01-13 Thread Alexander Taler
Perhaps it's related to the Verisign intermediate signing certificate which expired last week. Check the Verisign website for details. Alex > "Neal" == Neal <[EMAIL PROTECTED]> writes: Neal> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Neal> Subject: javax.net.ssl.SSLHandshakeExceptio

javax.net.ssl.SSLHandshakeException: Could not find trusted certificate

2004-01-13 Thread Neal
following error: javax.net.ssl.SSLHandshakeException: Could not find trusted certificate Here is the method I am using to retrieve the document: public Document readDocument(URL url) throws IOException, ParserConfigurationException, SAXException { Document doc = null; InputStream in