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
I am using Cassandra 4 and cdc-apache-cassandra 2.2.3.
I am seeing different behaviour for two way vs one way ssl when trying to deploy pulsar connector NAR file in the Pulsar cluster.
I have my certificates created using JDK (JAVA Key Tool). If am setting value of ssl.provider as "OpenSSL", I am getting exception while deploying pulsar connector NAR File
But for 1way SSL it's getting deployed successfully without any exception.
@praagraw-tibco looking closer into this, it seems we are configure the mTLS between the connector and Cassandra - not between the connector and the brokers. For the latter:
Use Pulsar Admin CLI settings for experimenting if you are running the connector in local mode. Relevant settings can be found if you run but also see here:
I am using Cassandra 4 and cdc-apache-cassandra 2.2.3.
I am seeing different behaviour for two way vs one way ssl when trying to deploy pulsar connector NAR file in the Pulsar cluster.
I have my certificates created using JDK (JAVA Key Tool). If am setting value of ssl.provider as "OpenSSL", I am getting exception while deploying pulsar connector NAR File
But for 1way SSL it's getting deployed successfully without any exception.
For 2way SSL, I am using below configuration:
ssl.provider="OpenSSL"
ssl.hostnameValidation="false"
ssl.keystore.password=
ssl.keystore.path=
ssl.truststore.password=
ssl.truststore.path=
For 1way SSL, I am using below configuration:
ssl.provider="OpenSSL"
ssl.hostnameValidation="false"
ssl.truststore.password=
ssl.truststore.path=
Could you please confirm if this is expected?
The text was updated successfully, but these errors were encountered: