From: | "kumar, Anand (Anand)" <kumara(at)avaya(dot)com> |
---|---|
To: | <pgsql-admin(at)postgresql(dot)org> |
Subject: | ssl support in XA Datasource |
Date: | 2008-08-22 04:57:08 |
Message-ID: | CA47D1D13890F84E872476D063EABCB395F004@301081ANEX2.global.avaya.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Decibel! | 2008-08-22 05:49:23 | Re: [HACKERS] [ADMIN] shared_buffers and shmmax |
Previous Message | Travis Smith | 2008-08-21 20:49:48 | Re: [ADMIN] Query performance difference |