Re: Support for cert auth in JDBC

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Paula Price <paula(dot)price(at)issinc(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Support for cert auth in JDBC
Date: 2013-01-16 11:20:20
Message-ID: CADK3HH+X8s+c-h+nQ5Qp2kvUMT-Z-g3u19SbZhwBqFYtGj2Law@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi Paula,

Can you provide us with a bit more information ? Have you talked to
hibernate guys to see what the problem is? It would seem that SSL works
fine with pg and java, it is when you add hibernate to the mix that
everything goes wrong.

Dave

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca

On Tue, Jan 15, 2013 at 11:53 AM, Paula Price <paula(dot)price(at)issinc(dot)com>wrote:

> Hello,****
>
> ** **
>
> I followed this thread to the end - Support for cert auth in JDBC. I have
> spent two weeks trying to figure out why hibernate does not work with my
> postgresql ssl.****
>
> ** **
>
> I have openssl working great and I have the java certs working with a
> simple java program. When I throw hibernate into the mix everything goes
> wrong.****
>
> ** **
>
> I am trying to get full authentication working. My certs are valid (proved
> with simple java code).****
>
> ** **
>
> Is anyone able to help me with the final steps needed to put the
> CertAuthFactory in the jdbc driver? I have not done java for a couple of
> years so I may be a little slow (I would also like to see some examples of
> using the CertAuthFactory). I think I only need it to validate one trust
> store, so I do not need to pass in the trust store – although I have been
> known to be wrong before.****
>
> ** **
>
> Any assistance is greatly appreciated.****
>
> ** **
>
> Thanks,****
>
> Paula Price****
>
> ** **
>
> ** **
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Chen Huajun 2013-01-17 04:47:07 [BUGS]log can not be output when use DataSource
Previous Message Paula Price 2013-01-15 16:53:42 Support for cert auth in JDBC