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
How do I use the schema registry with ssl? I get error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed. It seems like the client that gets the schema doesn't use any of the ssl configs https://github.com/risingwavelabs/risingwave/blob/main/src/connector/src/parser/json_parser.rs#L90
error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed
Slack Message
The text was updated successfully, but these errors were encountered:
https://docs.confluent.io/platform/current/schema-registry/security/index.html#additional-configurations-for-https This seems to be server side config
Sorry, something went wrong.
@tabVersion PTAL if you have time, thanks
as mentioned in #17202, will rely on secret management for cert support.
already done in #17826, need a volunteer to test with it.
tabVersion
Successfully merging a pull request may close this issue.
How do I use the schema registry with ssl? I get
error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed
. It seems like the client that gets the schema doesn't use any of the ssl configs https://github.com/risingwavelabs/risingwave/blob/main/src/connector/src/parser/json_parser.rs#L90Slack Message
The text was updated successfully, but these errors were encountered: