2005/8/8, Alvaro Herrera <alvherre@xxxxxxxxxxxxxx>: > On Mon, Aug 08, 2005 at 12:24:14PM -0400, Mario Soto Cordones - Venezuela wrote: > > 2005/8/8, Alvaro Herrera <alvherre@xxxxxxxxxxxxxx>: > > > 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