How can I load a cacert which is NOT in the cacerts file? (I have read-only access to that file so I can't add my cacert to it)
Thank you very much.
Antonio Fiol
Bill Barker wrote:
"Antonio Fiol Bonn�n" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
I found that while trying to open a SSL (in fact HTTPS) connection from inside a servlet. Could it be that?
If you have a 1.4.x JVM, then opening a https connection should be easy. This is assuming that the server has a Verisign or Thwait signed cert (at least for Sun's JVM, other vendors may supply a different set of cacerts). Otherwise you need to add the root signer to your cacerts on the client.
Bill Barker wrote:
This is happening too late to be a server-cert problem. I'm guessing that you specified CLIENT-CERT auth, but you don't have any valid certs.
"Dan Soschin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Specs: Tomcat 4.0.6 w/ JDK 1.4.1 on Windows 2000 Advanced Servercsr from thawte and
I run the keytool command to generate keystore successfully, obtained a
successfully imported it into the keystore file. I modified theserver.xml file to point to the
keystore file, etc, uncommenting SSL connectorTomcat:
When I access my app at https:8443/myapp... I get the follow error in
2003-06-23 14:57:40 StandardWrapperValve[portal]: Servlet.service() forservlet portal threw
exceptionjava.security.cert.CertificateException: Couldn't find
javax.servlet.ServletException: Exception opening resource
https://localhost:8443/portal/FileMenuController.exec?action=viewAlt:
javax.net.ssl.SSLHandshakeException:
trusted certificatefrom apache and thawte
I'm new to Tomcat/SSL, but I have gone over the instructions in the howTo
and cannot get any further.obvious.
Can anybody please tell me what stupid thing I forget to do? I'm sure its
Thanks!
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
smime.p7s
Description: S/MIME Cryptographic Signature
