- 論壇徽章:
- 0
|
SSL
http://www.pgsqldb.org/pgsqldoc-8.1c/client-authentication.html
根據以上的文章介紹,我在pg_hba.conf里增加了最后一行 hostssl 的設置,重新啟動pg ABC以后,還是permission denied
-----------------------------------------------------------------------------------------------
"pg_hba.conf" 56L, 2639C 56,1 Bot
# TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD
local all all trust
host all all 127.0.0.1 255.255.255.255 trust
# Local Network
host all all 192.168.0.0 255.255.255.0 password
hostssl all all 192.168.0.0 255.255.255.0 password #新增的一行,最后改為md5也不行 |
|