Re: PostgreSQL + SSL - sun.security.validator.ValidatorException

From: Vadim Nasardinov <vadimn(at)redhat(dot)com>
To: Andrew M <andrew(at)jibeya(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Date: 2004-12-08 13:37:57
Message-ID: 200412080837.57840@vadim.nasardinov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wednesday 08 December 2004 05:06, Andrew M wrote:
> I'm nearly there but not yet.....
...
> I specify properties in jboss like so:
>
> javax.net.ssl.keyStore=/library/java/home/lib/security/cacerts
> javax.net.ssl.keyStorePassword=changeit
> javax.net.ssl.keyStoreType= JKS

This is starting to look increasingly like a JBoss-specific issue that
you may have better luck finding a solution to if you direct your
questions to the JBoss crowd. I, for one, haven't done anything with
keycerts in a long time.

> The error message I get back is:
> sun.security.validator.ValidatorException: No trusted certificate found
...
> I get the following error:
> java.net.SocketException: Default SSL context init failed: null

It is generally more informative to post the entire stack trace.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andrew M 2004-12-08 15:30:33 Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Previous Message Andrew M 2004-12-08 10:06:09 Re: PostgreSQL + SSL - sun.security.validator.ValidatorException