Re: GCJ, SSL Connection Issue

From: Kris Jurka <books(at)ejurka(dot)com>
To: Chad Files <cpfiles(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: GCJ, SSL Connection Issue
Date: 2005-11-30 01:25:00
Message-ID: Pine.BSO.4.61.0511292022060.25356@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, 29 Nov 2005, Chad Files wrote:

> I am having issues connecting to a remote postgres server over SSL
> using the GCJ interpreter. I have researched the issue all day and
> have not got close to solving it. Any help would be appreciated.
>
> Caused by: java.lang.RuntimeException: error instantiating default
> socket factory: java.security.NoSuchAlgorithmException: SSLv3
>

This is a limitation of gcj, it doesn't come with a SSL provider by
default. You'll need jessie: http://www.nongnu.org/jessie/

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Martin Keller 2005-11-30 07:39:02 Re: Driver does not report all catalogs
Previous Message Chad Files 2005-11-29 21:23:12 GCJ, SSL Connection Issue