Re: Support for cert auth in JDBC

From: Kris Jurka <books(at)ejurka(dot)com>
To: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
Cc: Marc-André Laverdière <marc-andre(at)atc(dot)tcs(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Support for cert auth in JDBC
Date: 2011-05-18 15:32:51
Message-ID: alpine.BSO.2.00.1105181130380.13086@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 18 May 2011, Craig Ringer wrote:

> Alas the SSLSocketFactory interface doesn't offer any really nice options
> like a way to pass a Properties instance to the ctor,

That'd be an easy thing to fix, just add another case to
org.postgresql.ssl.MakeSSL#convert to pass through the provided Properties
object. I've thought about that in the past, but with no real use case, I
wasn't in a big rush to do so.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Hiroshi Inoue 2011-05-18 18:34:48 Re: Postgres Server Odbc driver compatibility matrix
Previous Message Craig Ringer 2011-05-18 14:03:28 Re: Support for cert auth in JDBC