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

Cassandra Channel || No Exception is thrown when ssl.provider is "OpenSSL" (Certificates are created using key-tool) #98

Open
praagraw-tibco opened this issue May 2, 2023 · 2 comments
Assignees
Labels
invalid This doesn't seem right

Comments

@praagraw-tibco
Copy link

Version Information

Software Version(s)
BusinessEvents 6.3.0
OS Type?
OS Version?

What is the expected behavior?

Exception should be thrown since ssl.provider sets to OpenSSL but certificates are created using JDK-keytool.

###Steps to reproduce
Set the configuration in Cassandra.yaml for one-way ssl.
Start Cassandra and Pulsar
Create a required keyspace and table
Set the SSL configuration for CDC Cassandra Nar File as below:
ssl.provider="OpenSSL"
ssl.truststore.path=
ssl.truststore.password=
ssl.hostnameValidation="false"

Note: I have created certificates using keytool. For 2way SSL, if ssl.provider=OpenSSL it throws an exception if the certificates are created using keytool.

@rakulkar-tibco
Copy link
Collaborator

This exception is beaviour from pulsar/cdc-apache-cassandra lib side.

@rakulkar-tibco rakulkar-tibco added the invalid This doesn't seem right label May 2, 2023
@praagraw-tibco
Copy link
Author

Logged issue on cassandra-datastax side: datastax/cdc-apache-cassandra#154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants