ssl support in XA Datasource

From: "kumar, Anand (Anand)" <kumara(at)avaya(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: ssl support in XA Datasource
Date: 2008-08-25 05:38:17
Message-ID: CA47D1D13890F84E872476D063EABCB395F27A@301081ANEX2.global.avaya.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

I would like to know if PostgreSQL 8.2 supports SSL via XA datasource. I
am using JBoss EAP 4.3 for making jdbc connections. Below is my
datasource:

<xa-datasource>
<jndi-name>Res1</jndi-name>

<xa-datasource-class>org.postgresql.xa.PGXADataSource</xa-datasource-cla
ss>
<xa-datasource-property
name="ServerName">148.147.162.57</xa-datasource-property>
<xa-datasource-property
name="PortNumber">5432</xa-datasource-property>
<xa-datasource-property
name="DatabaseName">postgres</xa-datasource-property>
<xa-datasource-property name="Ssl">true</xa-datasource-property>
<xa-datasource-property
name="User">postgres</xa-datasource-property>
<xa-datasource-property
name="Password">postgres</xa-datasource-property>
<track-connection-by-tx/>
</xa-datasource>

Thanks and Regards,
Anand.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Albe Laurenz 2008-08-25 07:26:40 Re: ssl support in XA Datasource
Previous Message Oliver Jowett 2008-08-22 23:23:47 Re: Error selecting constant