This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch verifyHostName in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 46091e5d03956f7180f0bed85ab7bee64b9327c2 Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Dec 8 21:27:15 2025 +0100 Add changelog entry --- .../.2.x.x/6666_fix_SslSocketAppender_verifyHostName.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/changelog/.2.x.x/6666_fix_SslSocketAppender_verifyHostName.xml b/src/changelog/.2.x.x/6666_fix_SslSocketAppender_verifyHostName.xml new file mode 100644 index 0000000000..333b0ba023 --- /dev/null +++ b/src/changelog/.2.x.x/6666_fix_SslSocketAppender_verifyHostName.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<entry xmlns="https://logging.apache.org/xml/ns" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation=" + https://logging.apache.org/xml/ns + https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" + type="fixed"> + <issue id="6666" link="https://github.com/apache/logging-log4j2/pull/6666"/> + <description format="asciidoc"> + Fix incorrect handling of the host name verification (i.e., `verifyHostName`) in `SslSocketAppender` + </description> +</entry>
