do XA connections support SSL?

Поиск
Список
Период
Сортировка
От Stefan Verkoyen
Тема do XA connections support SSL?
Дата
Msg-id 4433D6EB.8000702@quesd.com
обсуждение исходный текст
Ответы Re: do XA connections support SSL?  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Hi,

in short: is SSL supported in combination with XA?

Some background:
I'm using the PosgreSQL jdbc driver (postgresql-8.1-404.jdbc3.jar) to
connect to PostgreSQL 8.1.3 in JBoss 4.0.3SP1. I'm using the XA
functionality (2PC in fact) to perform distributed transactions over 3
DBs. So I'm using XA Datasources in JBoss.

I would like the connections to be encrypted with SSL. I know this is
works for non-XA connections when the JDBC driver is used:
org.postgresql.Driver. In my XA Datasource descriptor I need to use
org.postgresql.xa.PGXADataSource This class, nor its subclass contain
any ssl property to set.

If SSL is not supported, I will need to use stunnel to encrypt the
connections. Can anybody confirm?

Thanks & best regards,
Stefan





В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Pavan Kumar
Дата:
Сообщение: Re: thread hang on execute call
Следующее
От: Kamal
Дата:
Сообщение: I just can't use the org.postgresql.Driver class... Please help!