Re: SSL for JDBC

From: Bill Schneider <bschneider(at)vecna(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: SSL for JDBC
Date: 2003-02-28 04:26:32
Message-ID: 002501c2dee1$924af8f0$6601a8c0@complexity
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org
> [mailto:pgsql-jdbc-owner(at)postgresql(dot)org]On Behalf Of Oleg Samoylov
> Sent: Thursday, February 20, 2003 5:34 AM
> To: pgsql-jdbc(at)postgresql(dot)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!

Browse pgsql-jdbc by date

  From Date Subject
Next Message Anil Kumar 2003-02-28 05:25:08 Connection pool deadlock
Previous Message Shanmugasundaram Doraisamy 2003-02-28 02:17:18 need help with connection pooling - reg.