Re: SSL for JDBC - Mailing list pgsql-jdbc

From Bill Schneider
Subject Re: SSL for JDBC
Date
Msg-id 002501c2dee1$924af8f0$6601a8c0@complexity
Whole thread Raw
In response to SSL for JDBC  ("Takeo Shibata" <shibata@areabe.com>)
List pgsql-jdbc
You can also try the regular postgresql driver, and use stunnel or ssh port
forwarding to provide transport security.  stunnel is a handy tool for
securing services that do not have native SSL support.  The only catch is
you would not be able to tell where the original connection came from, since
the connections would effectively be "fronted" through another listener.

-- Bill

> -----Original Message-----
> From: pgsql-jdbc-owner@postgresql.org
> [mailto:pgsql-jdbc-owner@postgresql.org]On Behalf Of Oleg Samoylov
> Sent: Thursday, February 20, 2003 5:34 AM
> To: pgsql-jdbc@postgresql.org
> Subject: Re: [JDBC] SSL for JDBC
>
>
> Takeo Shibata wrote:
> > I am wondering if anybody have successfuly connected from JDBC to
> PostgreSQL
> > by SSL.
> > Please help me!




pgsql-jdbc by date:

Previous
From: Shanmugasundaram Doraisamy
Date:
Subject: need help with connection pooling - reg.
Next
From: Anil Kumar
Date:
Subject: Connection pool deadlock