Re: SSL Problem - Mailing list pgsql-jdbc
From | Stefano Bonnin |
---|---|
Subject | Re: SSL Problem |
Date | |
Msg-id | 005401c46a50$b59e60c0$0501a8c0@comai04 Whole thread Raw |
In response to | SSL Problem ("Stefano Bonnin" <stefano.bonnin@comai.to>) |
Responses |
Re: SSL Problem
|
List | pgsql-jdbc |
The postgresql server log gives me the following error: **** could not initialize SSL connection: sslv3 alert certificate unknown **** What's wrong in my operations? About the certificate I did the following operations: cd \ postgres_data_dir openssl req -new -text -out server.req openssl rsa -in privkey.pem -out server.key rm privkey.pem openssl req -x509 -in server.req -text -key server.key -out server.crt chmod og-rwx server.key openssl x509 -in server.crt -out server.crt.der -outform der keytool -keystore /usr/local/j2sdk1.4.2_04/jre/lib/security/cacerts -alias postgres -import -file server.crt.der ... then I typed changeit as password What I did't undestand in this steps is the following: keytool -keystore ... etc ... import the certificate in the java keystore and the JDBC driver *must* find the certificate in the keystore and download it on the client, is't true? (I dont't know if this is true) BUT if my affermation is true HOW the JDBC driver (on the client) can find it in /usr/local/j2sdk1.4.2_04/jre/lib/security? Reds. ----- Original Message ----- From: "Kris Jurka" <books@ejurka.com> To: "Stefano Bonnin" <stefano.bonnin@comai.to> Cc: <pgsql-jdbc@postgresql.org> Sent: Thursday, July 15, 2004 9:44 AM Subject: Re: [JDBC] SSL Problem > > > 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 > > > ---------------------------(end of broadcast)--------------------------- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) >
pgsql-jdbc by date: