Re: SSL and PGPoolingDataSource

From: Kris Jurka <books(at)ejurka(dot)com>
To: Oleg Vasylenko <olegvvasylenko(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: SSL and PGPoolingDataSource
Date: 2010-05-01 15:47:12
Message-ID: alpine.BSO.2.00.1005011146400.13830@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, 23 Feb 2010, Oleg Vasylenko wrote:

> Trying to create PGPoolingDataSource with SSL support I found that
> PGPoolingDataSource.initialize() sends no information to new
> PGConnectionPoolDataSource object about SSL status, and as a result it's
> impossible to create a Connection with ssl.
>

Fixed in CVS.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2010-05-01 15:47:47 Re: Glassfish ignoring "ssl" property in connection pool of PostgreSQL
Previous Message Kris Jurka 2010-05-01 15:45:17 Re: How to ensure that SSL is enabled?