Re: Connect to postgres from a dynamic IP

From: Collin <adderd(at)kkmfg(dot)com>
To: paul rivers <rivers(dot)paul(at)gmail(dot)com>
Cc: Jorge Godoy <jgodoy(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org, rod(at)iol(dot)ie, dfx(at)dfx(dot)it
Subject: Re: Connect to postgres from a dynamic IP
Date: 2008-03-03 16:35:39
Message-ID: 47CC28DB.4010907@kkmfg.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>>
>> But make it "hostssl" instead of "host", to require some cryptography
>> in the channel used, specially to authenticate the connection.
>>
>> Opening your access to everyone without crypto sounds like something
>> you don't want to do. Specially if users can change their own
>> passwords...
>
> My understanding is no password is sent in the clear with md5 per:
>
> http://www.postgresql.org/docs/8.3/interactive/auth-methods.html#AUTH-PASSWORD
>
>
>
> Paul
>
However, it depends on the sort of data you are accessing. Sending a MD5
password is all well and good but if your data consists of credit card
info or trade secrets then you'll want that encrypted too.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message paul rivers 2008-03-03 16:40:42 Re: Connect to postgres from a dynamic IP
Previous Message paul rivers 2008-03-03 16:17:03 Re: Connect to postgres from a dynamic IP