Python client failed to connect secured Kafka: SSL handshake failed: error:1408F10B:SSL routines:ssl3_get_record:wrong version number

2022-03-25 Thread Calvin Chen
| [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

Re: [EXTERNAL] SSL handshake failed Error

2020-08-11 Thread Jose Manuel Vega Monroy
"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

SSL handshake failed Error

2020-08-11 Thread Павел Шевцов
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