For SSL connections to PostgreSQL, where do I put ...
# ask-community-for-troubleshooting
d
For SSL connections to PostgreSQL, where do I put the client-key.pem? Do I reference it in
docker-compose.yaml
and build it into the container, or do I need to bash in and copy it somewhere? I can’t find any instructions.
1
u
Right now is not possible, only SSL without keys are enabled. There are some issues requesting SSL with server and client keys, see example https://github.com/airbytehq/airbyte/issues/4599