Customizing SSL with jdbc

Поиск
Список
Период
Сортировка
От chinmoy
Тема Customizing SSL with jdbc
Дата
Msg-id 413E0480.8010306@avaya.com
обсуждение исходный текст
Ответы Re: Customizing SSL with jdbc
Список 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 по дате отправления:

Предыдущее
От: Leo Martin Orfei
Дата:
Сообщение: problems returning a resultset from a function
Следующее
От: guillermo@gnsis.net (Guillermo)
Дата:
Сообщение: Postgres 8 & JBuilder X