Open animer3009 opened 2 years ago
@animer3009 do you have any ideas for a solution or an alternative you're currently using/have considered using? I've edited the initial comment with our standard template - please feel free to fill it out some more if you've got more details/ideas!
@natalyjazzviolin Nope, we just asking for SSL support for Mariadb CS destination connector
Got it! I've triaged this to the appropriate team, so they should take it over from here!
MariaDB supports the following SSL modes: disable: Do not use SSL/TLS (default) trust: Only use SSL/TLS for encryption. Do not perform certificate or hostname verification. This mode is not safe for production applications. verify-ca: Use SSL/TLS for encryption and perform certificates verification, but do not perform hostname verification. verify-full: Use SSL/TLS for encryption, certificate verification, and hostname verification
In the scope of this ticket we need to:
Tell us about the problem you're trying to solve
Add ssl support for for Mariadb columnstore destination connector. We are using SkySQL cloud Mariadb columnstore cloud database and they do not support connection without ssl.
Describe the solution you’d like
Describe the alternative you’ve considered or used
Additional context
Are you willing to submit a PR?
Remove this with your answer :-)