Re: JDBC with SSL

From: Barry Lind <blind(at)xythos(dot)com>
To: John Laban <johnl(at)infotn(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC with SSL
Date: 2003-03-27 22:58:03
Message-ID: 3E8381FB.2070106@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

John,

This hasn't yet made it to the documentation.

but adding ?ssl to the url should be what you need. (also consider
using &loglevel=2 to turn on debugging info).

--Barry

John Laban wrote:
> Hello,
>
> The newest developement JDBC drivers (7.4dev, build 204, 2003-03-23) say they include support for SSL. I can set up the server to use SSL, but I can't seem to get the JDBC driver to actually connect using SSL. Is there any documentation on this? Or is there a specific parameter I am supposed to include in the connection URL?
>
> Any help in this would be appreciated.
>
> John Laban
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Wadhwa, Amit 2003-03-27 23:14:52 Re: JDBC2 driver failure
Previous Message John Laban 2003-03-27 21:40:20 JDBC with SSL