Re: How to ensure that SSL is enabled?

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: How to ensure that SSL is enabled?
Дата
Msg-id alpine.BSO.2.00.1005011144040.13830@leary.csoft.net
обсуждение исходный текст
Ответ на Re: How to ensure that SSL is enabled?  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc

On Tue, 27 Oct 2009, Kris Jurka wrote:

>
>
> On Mon, 26 Oct 2009, Eric Jain wrote:
>
>>
>> Looks like what's happening is that PGPoolingDataSource is ignoring
>> ssl=true. When I switch to PGSimpleDataSource, an SSL connection is
>> established.
>
> Looks like PGPoolingDataSource is busted and not just for SSL, but for a
> wide variety of connection options.  There's some code which copies over
> most of the options one at a time from the DataSource to a
> ConnectionPoolDataSource and it hasn't been updated in a long time.  It
> would be easy to add SSL to the list, but that code needs to be
> rewritten to something that's less fragile.
>

Fixed in CVS.

Kris Jurka

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: why do some failure spoils the jdbc connection ?
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: SSL and PGPoolingDataSource