Marcondes Alexandre escreveu: > Ocorreu o seguinte erro na autenticação com o banco de dados Postgre. > > > > org.postgresql.util.PSQLException: FATAL: no pg_hba.conf entry for host > "192.168.200.10", user "usapc", database "sapc", SSL off >
Edite o arquivo pg_hba.conf e inclua uma entrada que contemple o acesso que deseja fazer. host: "192.168.200.10" user "usapc" database "sapc" SSL off Mais detalhes em: http://www.postgresql.org/docs/current/interactive/auth-pg-hba-conf.html Verifique também se o postgresql.conf foi alterado para permitir conexões de outras máquinas. Veja o parâmetro listen_addresses em: http://www.postgresql.org/docs/current/interactive/runtime-config-connection.html#RUNTIME-CONFIG-CONNECTION-SETTINGS Osvaldo _______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
