How can I setup a node-to-node SSL connection? #7531
Answered
by
JelteF
lamhktommy
asked this question in
Q&A
-
My current setup would be 1 master node and 2 worker nodes. SSL setting in postgresql.conf is like this |
Beta Was this translation helpful? Give feedback.
Answered by
JelteF
Feb 22, 2024
Replies: 1 comment 9 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
lamhktommy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
citus.node_conninfo
to configure thesslmode
andsslrootcert
that is used during connections between nodes.