forked from dpkp/kafka-python
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…pkp#447 Kafka 0.9.0+ supports using SSL encrypted connections authenticated with client certificates. This adds support for these. After this when using SSL/TLS for Kafka broker connections, TLSv1.0+ is used for authentication, protocols earlier than that are deprecated from the get go as insecure. If keyfile/certificate are left empty, the client can still use SSL/TLS for the transport, but in that case the server must be configured to accept unauthenticated users.
- Loading branch information
Showing
2 changed files
with
58 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters