Brian Bascoy created KAFKA-12703: ------------------------------------ Summary: Unencrypted PEM files don't work Key: KAFKA-12703 URL: https://issues.apache.org/jira/browse/KAFKA-12703 Project: Kafka Issue Type: Bug Components: clients Affects Versions: 2.8.0 Reporter: Brian Bascoy
Unencrypted PEM files seem to be internally [supported in the codebase|https://github.com/apache/kafka/blob/a46beb9d29781e0709baf596601122f770a5fa31/clients/src/main/java/org/apache/kafka/common/security/ssl/DefaultSslEngineFactory.java#L509] but setting an ssl.key.password is currently enforced by createKeystore (on DefaultSslEngineFactory). I was unable to find a reason for this, so I wonder if this limitation could simply be removed: [https://github.com/pera/kafka/commit/8df2feab5fc6955cf8c89a7d132f05d8f562e16b] Thanks -- This message was sent by Atlassian Jira (v8.3.4#803005)