Re: postgres SSL
- From: xwvwe@xxxxxxxxxxxxxxxx (Xaver Biton)
- Date: Fri, 20 May 2005 18:54:33 +0200
Hello Brad,
a tunneled connection would be the preferred way to work so I usually do, the problem ist that on this particurarly machine I haven't any other account than a postgres one.
I just made a simple test connection with psql and by digiting SHOW ALL I saw that the parameter SSL is OFF, I talk with the provider and they mean that SSL is On, how could that be possible?! what does then mean that parameter? Is mybe the connection type that I've just effectueted?
Tkhs.
Xaver
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
.
- References:
- postgres SSL
- From: Xaver Biton
- Re: postgres SSL
- From: Brad Lhotsky
- postgres SSL
- Prev by Date: RE: WIN32 DBD::Oracle -> make errors
- Next by Date: Re: DBI->disconnect is not a DBI method. Read the DBI manual. at ff.pl line 224
- Previous by thread: Re: postgres SSL
- Next by thread: WIN32 DBD::Oracle -> make errors
- Index(es):
Relevant Pages
|