Re: SSL and md5 password? - Mailing list pgsql-admin

From Kevin Grittner
Subject Re: SSL and md5 password?
Date
Msg-id 49085346.EE98.0025.0@wicourts.gov
Whole thread Raw
In response to SSL and md5 password?  ("Peter Koczan" <pjkoczan@gmail.com>)
Responses Re: SSL and md5 password?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-admin
>>> "Peter Koczan" <pjkoczan@gmail.com> wrote:
> psql: FATAL:  no pg_hba.conf entry for host "128.105.162.36", user
> "test_md5", database "koczan_test", SSL off

> hostssl all         postgres    128.105.0.0/16     reject
> hostssl all         postgres    198.133.224.0/24   reject
>
> # Testing out md5 users
> hostssl all         test_md5      128.105.0.0/16     md5
> hostssl all         test_md5      198.133.224.0/24   md5

I think it uses the first matching entry in pg_hba.conf.
What happens with the matching "reject" line?

-Kevin

pgsql-admin by date:

Previous
From: "Peter Koczan"
Date:
Subject: SSL and md5 password?
Next
From: "Kevin Grittner"
Date:
Subject: Re: SSL and md5 password?