Re: PGPool encrypted connections from Application

From: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
To: shavikas(at)gmail(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PGPool encrypted connections from Application
Date: 2018-01-02 12:01:16
Message-ID: 20180102.210116.942839353615792121.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Does PGPool allow encrypted connections from Application? i.e. ssl
> encrypted? My company wants to encrypt all traffic in the environment
> and so enabled https connections between applications/load balance. I
> am not sure about the PGPool. If application sends encrypted
> connection to PGPool will it accept?

Yes, you can use encrypted connections with Pgpool-II. See FAQ:
https://pgpool.net/mediawiki/index.php/FAQ#How_can_I_set_up_SSL_for_pgpool-II.3F

and the manual:
http://www.pgpool.net/docs/latest/en/html/runtime-ssl.html

for more details.

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martin Moore 2018-01-02 12:09:04 Re: Slow system due to ReorderBufferGetTupleBuf?
Previous Message Vikas Sharma 2018-01-02 11:36:09 PGPool encrypted connections from Application