Unable to set client certificate for Postgres SSL connection #7295
Replies: 4 comments
-
@magicalbanana, yes it is a known limitation, we need to get this in |
Beta Was this translation helpful? Give feedback.
-
@magicalbanana, possible workaround until then is to use Nginx stream proxy (or other proxy/bouncer), and set client cert there. |
Beta Was this translation helpful? Give feedback.
-
@bungle thanks for replying. Kinda sucks to be that way but using the |
Beta Was this translation helpful? Give feedback.
-
Stumbled across the same problem. I submitted a pull request for this: |
Beta Was this translation helpful? Give feedback.
-
Summary
There seems to be no way to specify the client certificate to be used when enabling Postgres SSL connection
Steps To Reproduce
pg_ssl = on
Additional Details & Logs
Beta Was this translation helpful? Give feedback.
All reactions