TIBCOSoftware / TIBCOSoftware/be-contribution

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

Open
#98 2 comments 0 reactions 1 assignee View on GitHub

@praagraw-tibco is already working on this.

Since May 2, 2023.

invalid
Dominant language
Java
Stars
0
Forks
10
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.