Re: [GENERAL] postgresql Secure Mode - Mailing list pgsql-admin

From Tom Lane
Subject Re: [GENERAL] postgresql Secure Mode
Date
Msg-id 28927.1123516499@sss.pgh.pa.us
Whole thread Raw
In response to Re: [GENERAL] postgresql Secure Mode  (Mario Soto Cordones - Venezuela <msotocl@gmail.com>)
List pgsql-admin
Mario Soto Cordones - Venezuela <msotocl@gmail.com> writes:
> LOG Say:
> LOG:  conexión recibida: host=192.168.0.100 port=1175
> FATAL:  no hay una línea en pg_hba.conf para «192.168.0.100»,
> usuario «vasa», base de datos «vasa», SSL inactivo
> LOG:  conexión recibida: host=192.168.0.100 port=1226
> FATAL:  no hay una línea en pg_hba.conf para «192.168.0.100»,
> usuario «vasa», base de datos «vasa», SSL inactiv

> but SSl its active

What that's showing is that the client isn't trying to use SSL.  So
either you have client-side code that's not SSL-aware at all, or the
configuration problem is on the client side.

            regards, tom lane

pgsql-admin by date:

Previous
From: Mario Soto Cordones - Venezuela
Date:
Subject: Re: [GENERAL] postgresql Secure Mode
Next
From: Alvaro Herrera
Date:
Subject: Re: [GENERAL] postgresql Secure Mode