Sumant Tambe
Results
2
issues of
Sumant Tambe
This PR removes the overly strict key.password check when creating a `PEM` keystore. It's okay to pass no password for PEM-formatted keystore file. [Kafka 3.3](https://github.com/apache/kafka/blob/3.3/clients/src/main/java/org/apache/kafka/common/security/ssl/DefaultSslEngineFactory.java#L288) removed this erroneous condition. ###...