Re: PostgreSQL + SSL - sun.security.validator.ValidatorException - Mailing list pgsql-jdbc

From Vadim Nasardinov
Subject Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Date
Msg-id 200412071137.04871@vadim.nasardinov
Whole thread Raw
In response to Re: PostgreSQL + SSL - sun.security.validator.ValidatorException  (Andrew M <andrew@jibeya.com>)
List pgsql-jdbc
On Tuesday 07 December 2004 07:38, Andrew M wrote:
> I need to explain my setup here. I'm running a website via Jboss
> application server.
...
> I launch jboss like so:
>
>  >cd /jboss/bin
> /jboss/bin>  ./run.sh
>
> So how do I tell the driver where to find the keystore in this
> instance, as I am not running a stand alone java application?

JBoss's run.sh likely provides a way to pass command-line options to
the JRE.  This is needed so can you specify the maximum heap and stack
size, among other things.  The standard way of doing this is to allow
the user to set an enviroment variable called JAVA_OPTS or some
such.  So, once you know what this variable is named in your
particular case, you should be able to do something along the
following lines:


$ cd /jboss/bin
$ export JAVA_OPTS="-Djavax.net.ssl.trustStore=/library/java/home/lib/security/cacert"
$  ./run.sh

The script is then responsible for splicing this additional option
onto the command line that it uses to invoke java.

See
http://www.google.com/search?q=jboss+run.sh+JAVA_OPTS&btnI=




pgsql-jdbc by date:

Previous
From: Andrew M
Date:
Subject: Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Next
From: Kris Jurka
Date:
Subject: Re: LOG: could not accept SSL connection: peer did not return