Mario Soto Cordones - Venezuela <msotocl@xxxxxxxxx> 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