[pgpool-hackers: 3012] Re: Secure TCP/IP Connections with SSL does not work any more with 4.0 alpha1

Tatsuo Ishii ishii at sraoss.co.jp
Wed Aug 29 12:41:40 JST 2018


> Hi,
> 
> I found that Secure TCP/IP Connections with SSL does not work any more
> with 4.0 alpha1.
> 
> With 3.7.5 it works if I follow the step in FAQ:
> 
> https://pgpool.net/mediawiki/index.php/FAQ#How_can_I_set_up_SSL_for_pgpool-II.3F
> 
> t-ishii at tishii-CFSV7-1:~/work/Pgpool-II/current/aaa$ psql -p 11000 -h localhost test
> psql -p 11000 -h localhost test
> psql (10.5)
> SSL connection (protocol: TLSv1.2, cipher: ECDHE-RSA-AES256-GCM-SHA384, bits: 256, compression: off)
> Type "help" for help.
> 
> test=#
> 
> I set up:
> ssl = on
> ssl_key = '/home/t-ishii/work/Pgpool-II/current/aaa/etc/server.key'
> ssl_cert = '/home/t-ishii/work/Pgpool-II/current/aaa/etc/server.crt'
> 
> I also registered this our bug tracker. This is definitely an alpha2
> showstopper.
> 
> https://www.pgpool.net/mantisbt/view.php?id=428

So I added new regression test for this. Currently the test should
succeed on all branches except master branch.

https://git.postgresql.org/gitweb/?p=pgpool2.git;a=commitdiff;h=e08b707274e9ff7eaf11d4bc8928e64b2530c720

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


More information about the pgpool-hackers mailing list