Re: SSL Problem

From: Kris Jurka <books(at)ejurka(dot)com>
To: Stefano Bonnin <stefano(dot)bonnin(at)comai(dot)to>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: SSL Problem
Date: 2004-07-15 07:44:53
Message-ID: Pine.BSO.4.56.0407150242310.25406@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 14 Jul 2004, Stefano Bonnin wrote:

> Hi, I have seen the same problem in the past of this list but I don't
> know how (and if) it has been solved. I'm trying to connect my java
> stand alone application with postgres 7.4.2 via SSL.
>
> I followed the istructions ...
> http://archives.postgresql.org/pgsql-jdbc/2003-08/msg00110.php ... and
> then I tryed an SSL connection with pgAdmin: all works correctly After I
> tryed to connect via java and the following error appear on the screen:
>
> converting regular socket connection to ssl
> org.postgresql.util.PSQLException
> at org.postgresql.core.PGStream.flush(PGStream.java:415)
> at org.postgresql.jdbc1.AbstractJdbc1Connection.openConnectionV3(Abstrac
> tJdbc1Connection.java:284)

I can't say I've seen this error before. Do you have any other
information? The server log might say something about what happened on
that end.

Kris Jurka

In response to

  • SSL Problem at 2004-07-14 13:43:22 from Stefano Bonnin

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Krishnakanth Rao 2004-07-15 08:59:00 error codes using JDBC
Previous Message Kris Jurka 2004-07-15 07:25:30 Re: Very strange Error in Updates