BUG #15284: SSL connection is off

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15284: SSL connection is off
Дата
Msg-id 153197552316.1396.16903346755597280019@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #15284: SSL connection is off  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15284
Logged by:          Chiranjeevi Medicharla
Email address:      chiranjeevi@greycampus.com
PostgreSQL version: 9.5.13
Operating system:   centos
Description:

psql -h 185.168.192.147 -U postgres
psql: FATAL:  no pg_hba.conf entry for host "183.82.105.209", user
"postgres", database "postgres", SSL off
my pg_hba.conf has 
 "local" is for Unix domain socket connections only
local   all             all                                     md5
# IPv4 local connections:
host    all             all             127.0.0.1/32            md5
# IPv6 local connections:
host    all             all             ::1/128                 md5
host    all             all             0.0.0.0/0               md5
host    all             all              ::/0                   md5
host    all             all             all                     md5
hostssl all             all             0.0.0.0/0               md5
# Allow replication connections from localhost, by a user with the
# replication privilege.
#local   replication     postgres                                peer
#host    replication     postgres        127.0.0.1/32            ident
#host    replication     postgres        ::1/128                 ident
and my
postgresql.conf  has
listen_address = '*'


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: BUG #15283: Query Result equal 0 for partitioned table
Следующее
От: Thomas Butz
Дата:
Сообщение: Re: Autovacuum analyze can't find C based function