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