Re: postgres "on in the internet"

From: Mike Mascari <mascarm(at)mascari(dot)com>
To: Paul Tillotson <pntil(at)shentel(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgres "on in the internet"
Date: 2004-09-03 00:46:45
Message-ID: 4137BEF5.8080907@mascari.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Paul Tillotson wrote:

> At my company we are looking at deploying clients for our
> client/server app outside our firewall, which will then require
> our postgres box to be internet-accessible. Does anyone out there
> have experience with this or recommended best practices? We have
> been looking at either (a) tunnelling everything over ssh, or (b)
> just making sure that users have "strong" passwords and requiring
> "md5" authentication in pg_hba.conf.
>
> Our client app is in C# using the postgresql .net data provider.

Is the .net provider capable of an SSL connection? I'd be hesitant
to throw around data over the Internet without using SSL for all the
various reasons: DNS hijacking, TCP replay, etc.

Mike Mascari

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mester József 2004-09-03 06:39:54
Previous Message Mike Nolan 2004-09-03 00:42:07 Re: postgres "on in the internet"