Ok,
so the best I can do at the moment, in terms of ssl on postgresql via
JDBC, is to use an unauthenticated connection!? Is man in the middle a
real concern, as the data in the tables will be encrypted?
My setup is:
{web|client}------->apache2---------<authenticted
ssl>--------->jbiss4---------<unauthenticated ssl>-------->postgresql
regards
Andrew
On 11 Dec 2004, at 14:24, Kris Jurka wrote:
>
>
> On Sat, 11 Dec 2004, Andrew M wrote:
>
>> So all I need to do is specify the alias of the certificate to return
>> from cacerts?
>
> No, you cannot use client certificates. As I mentioned in a couple of
> my
> previous emails the JDBC driver does not have any support for client
> certificates. My later emails included some speculation on what
> additional code would be necessary to implement this feature.
>
> Kris Jurka
>