Re: How to establish a SSL connection to a postgresql server - Mailing list pgsql-novice

From Christian Tonhäuser
Subject Re: How to establish a SSL connection to a postgresql server
Date
Msg-id 001701ccbe67$c8fa0840$5aee18c0$@tonhaeuser@gmx.net
Whole thread Raw
In response to Re: How to establish a SSL connection to a postgresql server  (Pandu Poluan <pandu@poluan.info>)
List pgsql-novice

Hi,

I want to create a secure connection from a web application on one server to a database on another. What‘s the best way?

/Christian

 


On Dec 19, 2011 7:39 PM, "Christian Tonhäuser" <christian.tonhaeuser@gmx.net> wrote:
>
> Hallo,
>
>  
>
> I want to establish a secure connection to the database server (which is hosted externally) using SSL. What do I have to do?
>
> I'm a novice regarding network administration and similar stuff. I can get a certificate and private key from the hosting firm.
>
> Is there any good  step-by-step guide online? It’s about the settings that have to be done, before even connecting.
>
>  
>
> Thanks a lot
>

If what you need is a secure tunnel, you can always use an ssh tunnel.

man ssh for more info.

Rgds,

pgsql-novice by date:

Previous
From: Pandu Poluan
Date:
Subject: Re: How to establish a SSL connection to a postgresql server
Next
From: "Jean-Yves F. Barbier"
Date:
Subject: Re: How to establish a SSL connection to a postgresql server