Re: [GENERAL] postgresql Secure Mode

From: Mario Soto Cordones - Venezuela <msotocl(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Subject: Re: [GENERAL] postgresql Secure Mode
Date: 2005-08-08 17:03:03
Message-ID: e9b17cde0508081003f7dddbd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

2005/8/8, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>:
> On Mon, Aug 08, 2005 at 12:24:14PM -0400, Mario Soto Cordones - Venezuela wrote:
> > 2005/8/8, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>:
> > > On Mon, Aug 08, 2005 at 11:41:24AM -0400, Mario Soto Cordones - Venezuela wrote:
> > > > 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
> > >
> > > Yeah, the server thinks it's active, but the client doesn't know it.
> > > Did you try connecting with psql? Maybe your EMS client does not
> > > support SSL (it'd surprise me.)
> >
> > Yes EMS suport this but say unable to autenticate user
>
> Maybe you have to enable it explicitly? Maybe it's not supported in the
> free (lite) version? Again, did you try with psql?
>
the EMS it's professional edition licenced

from the server I connect with psql and makes it

bash-3.00$ psql -U vasa -h 192.168.0.2 vasa
Contraseña:
Bienvenido a psql 8.0.3, el terminal interactivo de PostgreSQL.

Digite: \copyright para ver los tÃ(c)rminos de distribución
\h para obtener ayuda sobre comandos SQL
\? para obtener ayuda sobre comandos internos
\g o punto y coma (;) para ejecutar consulta
\q para salir

conexión SSL (cifrado: DHE-RSA-AES256-SHA, bits: 256)

this is correct but I am working direct in the server, not from an
application client like visual basic for example.

> --
> Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
> "La felicidad no es mañana. La felicidad es ahora"
>

--
cordialmente,

Ing. Mario Soto Cordones

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2005-08-08 17:13:39 Re: [GENERAL] postgresql Secure Mode
Previous Message Alvaro Herrera 2005-08-08 16:40:24 Re: [GENERAL] postgresql Secure Mode

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2005-08-08 17:13:39 Re: [GENERAL] postgresql Secure Mode
Previous Message Alvaro Herrera 2005-08-08 16:40:24 Re: [GENERAL] postgresql Secure Mode