GitHub user taku-k opened a pull request: https://github.com/apache/kafka/pull/2408
KAFKA-4493: Validate a plaintext client connection to a SSL broker When a SSL Alert protocol is received from the broker by sending a request from a client, `InvalidTransportLayerException` is raised from `selector.poll`. You can merge this pull request into a Git repository by running: $ git pull https://github.com/taku-k/kafka taku-k/KAFKA-4493 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2408.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2408 ---- commit 2fd95ae8b886075f7aefef32777de52547c9f740 Author: Takuya Kuwahara <taaku...@gmail.com> Date: 2017-01-19T18:21:06Z validate a plaintext client connection to a SSL broker commit 51fa608083b4feefb21f4375d6eb591bf477b834 Author: Takuya Kuwahara <taaku...@gmail.com> Date: 2017-01-19T18:39:51Z add comment ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---