You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using ECK for our Elasticsearch and we want to be able to use the default SSL settings on the cluster and connect to the cluster using a Kubernetes .svc.cluster.local:9200 endpoint. In our JDBC connectors for MySQL we can set verifyServerCertificate=false in the connection string. I tried that on the ES sink but it doesn't seem to be an option. There doesn't seem to be a way to bypass certificate verification in this connector. If I'm not mistaken about that, I would like to request a feature that allows such a connection.
The text was updated successfully, but these errors were encountered:
We're using ECK for our Elasticsearch and we want to be able to use the default SSL settings on the cluster and connect to the cluster using a Kubernetes
.svc.cluster.local:9200
endpoint. In our JDBC connectors for MySQL we can setverifyServerCertificate=false
in the connection string. I tried that on the ES sink but it doesn't seem to be an option. There doesn't seem to be a way to bypass certificate verification in this connector. If I'm not mistaken about that, I would like to request a feature that allows such a connection.The text was updated successfully, but these errors were encountered: