emissionnebula opened a new pull request, #14440: URL: https://github.com/apache/kafka/pull/14440
We are currently encoding an empty hostNames array to `subjectAltName` in the keystore. While parsing the certificates in the test this causes an issue. Up to Java 17, this parsing error was ignored. This PR assigns `subjectAltName` to `null` if hostnames are empty. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org