Open christian-schlichtherle opened 5 months ago
I can confirm this problem, while trying to use pgbouncer in a ServiceMesh environment (Istio). Is there any plan to fix this issue ?
client_tls_sslmode: disable
will correct the SSL required
error.
But pg_hba.conf
will still be broken, auth will fail.
any updates on this issue? pgbouncer without tls is unusable without proper pg_hba.
All node-to-node communication in our cluster is secured by a VPN, so I want to disable TLS because it's not helping with security, but only reducing bandwidth instead (~ 30% when I tested it some years ago - YMMV).
In another issue (which is now closed), it was said I should configure:
However, this results in the following
pg_hba.conf
:The problem is that my custom rule is appended, but the rules are order specific. So when I try to connect via pgbouncer, I get this:
I'm using PGO 5.5 with Pg 16.