How to make clients connect to pgcat with 'sslmode=require'? #703
Unanswered
civilizeddev
asked this question in
Q&A
Replies: 1 comment
-
You may be able to enable TLS connection between client and PgCat by setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you read the README.md, it states that a secure connection from the client to pgcat is possible.
sslmode=require
So, I tried to connect to pgcat from the client with the
sslmode=require
option.However, it seems that pgcat does not accept
sslmode=require
.It appears that just the server_tls option in pgcat.toml is not enough to enable pgcat to support
sslmode=require
.As you can see, the log says
"TLS support is disabled"
when pgcat is run.How can I make it possible for the client to connect to pgcat with
sslmode=require
?I would appreciate it if you could tell me how.
Beta Was this translation helpful? Give feedback.
All reactions