Hi,

I have a piece of Java (JSSE) code that securely connects to a server
(https). When I connect to Verisign, Sun or thawte.com the code gets their
index page because they have certificates that are signed by trusted CAs.

I have created a self signed server certificate on a local machine using
OpenSSL. I want to connect to this machine using the same code but it gives
an error "javax.net.ssl.SSLException: untrusted server cert chain". I want
the code to trust this certificate.

I have to somehow install it somewhere on my machine which runs this code
(probably in the cacerts file).

Any idea of how this can be done ?

Thanks in advance,
:-Deepak







______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to