pgpool-II 3.7.5 with ssl

Поиск
Список
Период
Сортировка
От Vikas Sharma
Тема pgpool-II 3.7.5 with ssl
Дата
Msg-id CAN6gwKytmFz__EvR8oqd1jYCpr9d91KnKLZUgim5wjgw=EuNSw@mail.gmail.com
обсуждение исходный текст
Ответы Re: pgpool-II 3.7.5 with ssl  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Greetings,

We use postgresql 9.6 and pgpool 3.7.5 and we are now asked to enable ssl for 'in transit'. I have setup the ssl server side on the
postgresql dbs ( master and slave) and can see in pg_stat_ssl that the master slave communication and connections from the application are showing ssl = 't'

I have set the parameters in pgpool.conf as well but not sure if the pgpool is working with ssl enabled. because when I try to connect
with psql using pgpool I get below:

[postgres@pgool-server ~]$ psql 'host=localhost port=5432 dbname=postgres user=user1  sslmode=require'
psql: server does not support SSL, but SSL was required

Can you please advise on the above error, is the pgpool not supporting ssl because it is not compiled with openssl? However, I can see
libssl.so.10 when I do 'ldd' on pgpool binary.

Best Regards
Vikas

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

Предыдущее
От: Justin
Дата:
Сообщение: Re: tcp keep alive don't work when the backend is busy
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: A question about upgrading on Debian/Ubuntu