From: | Andrew M <andrew(at)jibeya(dot)com> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: PostgreSQL + SSL - sun.security.validator.ValidatorException |
Date: | 2004-12-07 01:07:12 |
Message-ID: | 53680D1C-47EC-11D9-870C-0003938366A4@jibeya.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
typing the following:
$ java -D javax.net.ssl.trustStore =
/library/java/home/lib/security/cacert
gives me the following error message
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/net/ssl/trustStore
How do I resolve this issue?
regards
Andrew
On 7 Dec 2004, at 01:02, Andrew M wrote:
> Sorry,
>
> I meant
>
> > java -Djavax.net.ssl.trustStore = location
>
> regards
>
> Andrew
> On 7 Dec 2004, at 00:41, Andrew M wrote:
>
>> Kris,
>>
>> as the javax.net.ssl.trustStore is system property i try to do:
>>
>> set javax.net.ssl.trustStore=/library/java/home/lib/security/cacert
>>
>> but this is not being accepted. What am I doing wrong?
>>
>> regards
>>
>> Andrew
>> On 7 Dec 2004, at 00:01, Kris Jurka wrote:
>>
>>> javax.net.ssl.trustStore=... or may
>>> default to $JAVA_HOME/lib/security/cacerts
>>
>>
>> ---------------------------(end of
>> broadcast)---------------------------
>> TIP 6: Have you searched our list archives?
>>
>> http://archives.postgresql.org
>>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if
> your
> joining column's datatypes do not match
>
From | Date | Subject | |
---|---|---|---|
Next Message | Iain | 2004-12-07 01:35:46 | Re: meta data information returned for domains |
Previous Message | Andrew M | 2004-12-07 01:02:19 | Re: PostgreSQL + SSL - sun.security.validator.ValidatorException |