[Bug]: SSL handshake failed when MTLS (Mutual TLS) is enabled. #8598
Closed
prashanthisadde
started this conversation in
General
Replies: 1 comment 6 replies
-
I don't think your configuration is valid. The configuration for mTLS should looks something like this:
You seem to have invalid fields in the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
When attempting to consume topics with the Confluent S3 Sink Connector, I'm facing an error related to SSL handshake when MTLS (Mutual TLS) is enabled.
Please check attached log file more information.
Steps to reproduce
Base: I created a
Kafka Connect - Confluent S3 Sink Connector
Helm chart (with basic config)Expected behavior
The Kafka Connect worker should be able to connect to the Kafka brokers and consume topics successfully to S3 with MTLS enabled.
Strimzi version
0.28.0
Kubernetes version
Kubernetes 1.24.13
Installation method
Helm chart
Infrastructure
Amazon EKS
Configuration files and logs
I'm attaching the error log file
ps_mtls_error_log.log
Additional context
Beta Was this translation helpful? Give feedback.
All reactions