Customizing SSL with jdbc - Mailing list pgsql-jdbc

From chinmoy
Subject Customizing SSL with jdbc
Date
Msg-id 413E0480.8010306@avaya.com
Whole thread Raw
Responses Re: Customizing SSL with jdbc  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Hi
   I am using the jdbc driver for postgresql 7.4.5. I would like it to
use a custom SSLSocketFactory. It seems like the Driver uses the
javax.net.ssl.SSLSocketFactory.getDefault() method to create a socket
factory. Other than compiling the Driver with a different class, is
there any other way of doing this? For eg would it be worthwhile to
provide a method in the org.postgresql.Driver class that lets one set
the class that would then be aksed in the makeSSL method to create the
SSLSocketFactory instance.?
Chinmoy


pgsql-jdbc by date:

Previous
From: Leo Martin Orfei
Date:
Subject: problems returning a resultset from a function
Next
From: guillermo@gnsis.net (Guillermo)
Date:
Subject: Postgres 8 & JBuilder X