Re: SSL confirmation - (could not accept SSL connection:

From: Andrew M <andrew(at)jibeya(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: SSL confirmation - (could not accept SSL connection:
Date: 2004-12-06 20:24:49
Message-ID: E0E6B86C-47C4-11D9-980B-0003938366A4@jibeya.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

Kris,
the information I base my statements on is from the mail-list:

http://www.mail-archive.com/pgsql-bugs(at)postgresql(dot)org/msg10008.html

I can confirm that Jboss does not requested a keystore, and that it is
the driver which is having a problem with the format of the
certificate. I can confirm that server.key, server.crt, and root.crt
need to be placed in the root of data:

/usr/local/pgsql/data

If you remove any of those files from the directory , postgreSQl does
not startup. This is based on requesting ssl with -l.

The options left are to create an SSLv3 specific certificate, if that
can be done?? or build version 7.4.* of postgreSQL

Any ideas

regards

Andrew

On 6 Dec 2004, at 19:53, Kris Jurka wrote:

>
>
> On Mon, 6 Dec 2004, Andrew M wrote:
>
>> after much research to various mail-lists, it seems that there is a
>> bug
>> in the beta versions of postgreSQL 8 which is causing the problem. Is
>> there anyway to create a SSLv3 specific certificate?
>>
>
> How about sharing a little of that research with us. The whole JDBC
> and SSL setup worked fine for me last time I tested it (mid-October)
> and I
> have little reason to believe it is broken now. What "bug" are you
> seeing?
>
> Kris Jurka
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
> majordomo(at)postgresql(dot)org
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Per Jensen 2004-12-06 20:52:41 Index scan vs. Seq scan on timestamps
Previous Message Michael Fuhr 2004-12-06 20:16:34 Re: DBD::PgSPI 0.02

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2004-12-06 22:31:14 Re: SSL confirmation - (could not accept SSL connection:
Previous Message Kris Jurka 2004-12-06 19:53:13 Re: SSL confirmation - (could not accept SSL connection: