|
[thrd:sasl_ssl://sc-dev-kafka01a.eng.vmware.com:9093/bootstrap]:
sasl_ssl://sc-dev-kafka01a.eng.vmware.com:9093/bootstrap: SSL handshake failed:
error:1408F10B:SSL routines:ssl3_get_record:wrong version number (after 215ms
in state SSL_HANDSHAKE)
client error:
KafkaError{code=_SSL,val=-181,str="sas
"failed authentication due to: SSL handshake failed" --> Ensure having keys,
certificates and CA certificates in place; are the brokers connecting together
to discard issue in broker side?
"javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?"
--> Having security.inter.br
I configured Kafka to work over SSL without authorization.
I rebooted Kafka and I get a certificate on a test connection.
(openssl s_client -connect :9093)
But when I try to connect with the producer, I get an error - "failed
authentication due to: SSL handshake failed
(org.apache.kafka.client