TIBCOSoftware / TIBCOSoftware/be-contribution
Cassandra Channel || No Exception is thrown when ssl.provider is "OpenSSL" (Certificates are created using key-tool)
@praagraw-tibco is already working on this.
Since May 2, 2023.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.