Skip to content
New issue

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

"ssl_ca" should not be required whenever TLS is enabled #2438

Open
seanstory opened this issue Apr 24, 2024 · 0 comments
Open

"ssl_ca" should not be required whenever TLS is enabled #2438

seanstory opened this issue Apr 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@seanstory
Copy link
Member

Bug Description

We have similar Rich Configurable Fields to enable SSL/TLS for a number of our connectors. If enabled, this often exposes several more configs, for example ssl_ca, which can be used to provide a root certificate authority that can authenticate the SSL certificate presented by the 3rd-party service.

However, these dependent SSL configs should not be required just because SSL is enabled.

To Reproduce

  1. connect a MySQL connector
  2. enable SSL for it
  3. try to save configuration without specifying a certificate

Expected behavior

You should not need to specify a certificate to enable SSL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant