Connecting to Confluent Schema Registry over SSL
To enable Pipelines to connect to Confluent Schema Registry over SSL, install the registry’s certificate (ca-cert) on all nodes in your SingleStoreDB cluster. For example:
cat ca-cert >> /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem update-ca-trust
Note
You only need to install the registry’s certificate (ca-cert) in your SingleStoreDB cluster if you are using a self-signed certificate or a certificate signed by an internal CA.
After installing the registry’s certificate on all nodes, existing Pipelines that you already created (or new Pipelines that you create) with the host name/IP address and port of Confluent Schema Registry will use SSL automatically.