Re: plaintext connection attempts to SSL secured broker

2019-04-09 Thread jorg . heymans
Issue created https://issues.apache.org/jira/browse/KAFKA-8203 On 2019/04/04 18:03:33, Harsha wrote: > Hi, > Yes, this needs to be handled more elegantly. Can you please file a > JIRA here > https://issues.apache.org/jira/projects/KAFKA/issues > > Thanks, > Harsha >

Re: plaintext connection attempts to SSL secured broker

2019-04-04 Thread Harsha
Hi, Yes, this needs to be handled more elegantly. Can you please file a JIRA here https://issues.apache.org/jira/projects/KAFKA/issues Thanks, Harsha On Mon, Apr 1, 2019, at 1:52 AM, jorg.heym...@gmail.com wrote: > Hi, > > We have our brokers secured with these standard properties > > l

plaintext connection attempts to SSL secured broker

2019-04-01 Thread jorg . heymans
Hi, We have our brokers secured with these standard properties listeners=SSL://a.b.c:9030 ssl.truststore.location=... ssl.truststore.password=... ssl.keystore.location=... ssl.keystore.password=... ssl.key.password=... ssl.client.auth=required ssl.enabled.protocols=TLSv1.2 It's a bit surprising