Re: postgres SSL
- From: brad@xxxxxxxxxxxxxxxxxx (Brad Lhotsky)
- Date: Fri, 20 May 2005 10:04:36 -0500
I thought I saw something in the pgsql documentations for ssl
connections. Otherwise, you could always use ssh tunnels or stunnel.
on the client machine, you'd run this command:
ssh -L5432:localhost:5432 -T -l username database.server.com
then on the client machine you'd connect to localhost:5432 and all the
traffic would pass through the tunnel.
look up stunnel on google too.
On Fri, May 20, 2005 at 04:47:52PM +0200, xaver biton wrote:
> HI,
>
> I'd like to build a secure connection to PostgreSQL, but I can't imagine
> how to do it, its the same like building a connection with the insecure
> protocol? How does that work?
>
> could someone make eventually an example.
>
> Man Thanks in advance.
>
> Xaver Biton
>
--
Brad Lhotsky <brad@xxxxxxxxxxxxxxxxxx>
.
- Follow-Ups:
- Re: postgres SSL
- From: Xaver Biton
- Re: postgres SSL
- References:
- postgres SSL
- From: Xaver Biton
- postgres SSL
- Prev by Date: WIN32 DBD::Oracle -> make errors
- Next by Date: RE: WIN32 DBD::Oracle -> make errors
- Previous by thread: postgres SSL
- Next by thread: Re: postgres SSL
- Index(es):
Relevant Pages
|