We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See the log
Executor error: Connector error: Postgres error: error performing TLS handshake: error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1889:: unable to get local issuer certificate: error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1889:;
No response
For require or prefer ssl.mode, we can skip the verification for self-signed cert.
require
prefer
#15690
The text was updated successfully, but these errors were encountered:
#16319 adopts this approach: "For require or prefer ssl.mode, we can skip the verification for self-signed cert."
Sorry, something went wrong.
nit: For require or prefer ssl.mode, we don't verify the peer certificate.
StrikeW
No branches or pull requests
Describe the bug
See the log
Error message/log
To Reproduce
No response
Expected behavior
For
require
orprefer
ssl.mode, we can skip the verification for self-signed cert.How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
#15690
The text was updated successfully, but these errors were encountered: