From: "Ranga Nathan" <[EMAIL PROTECTED]>
   Date: Fri, 4 Apr 2003 18:29:53 -0800

   Anyone played with Postgresql? I am trying to set the pg_hba.conf so that 
   I can access the database (only test now) from anywhere. I dont know what 
   to specify under the IP part to allow world access. Also I dont know how 
   to get the ssl access working with the hostssl in the config file. I did 
   configure it with --with-openssl and it did compile and install clean.

   Any clues?

I would assume that

        hostssl  all   0.0.0.0  0.0.0.0    <authtype>

would do it, though I've never tried this myself.  But is that what you
really want?  From a brief glance at the doc, there doesn't seem to be a
way to use SSL for client authentication.

   FWIW, I posted an outline of my scheme for passwordless access to
PostgreSQL via SSH to this list about a month ago -- "Sun, 2 Mar 2003
12:26:40 -0500" to be exact.  Give me a holler if you have trouble
finding it.

                                        -- Bob Rogers
                                           http://rgrjr.dyndns.org/
_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to