Help: How to install a certificate in Java that works with verisign?
From: Xavier (jpxavier_at_yahoo.com)
Date: 03/08/04
- Next message: Adam Gordon: "communication on multiple server connection"
- Previous message: Carl Howells: "Re: InetAddress.getByName fails for many domains"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 8 Mar 2004 14:13:15 -0800
I have a java program that connects to a https site
(https://www.verisign.comg). It throws the following error and
terminates:
ext exception was: java.security.cert.CertificateException: Could not
find the trusted certificate
main, SEND SSL v3.0 ALERT: fatal, description = certificate_unknown
main, WRITE: SSL v3.0 Alert, length = 2
My question is, since I can connect to the site using Internet
Explorer, how can I find the correct certificate and export it from IE
and import into the java key store? I tried exporting several
certificates issued by Verisign and imported into java keystore using
keytool, but nothing works...
I am behind a firewall but I was able to connect using Proxy. I was
using the example that came with JSSE using sockets (client version).
Please Help...
- Next message: Adam Gordon: "communication on multiple server connection"
- Previous message: Carl Howells: "Re: InetAddress.getByName fails for many domains"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|