Commit 10ac11cb authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Propose a fix for unexpectedly unexpected behavior

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1746648 13f79535-47bb-0310-9956-ffa450edef68
parent d9b65857
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -212,7 +212,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     OPENSSL_Applink error. PR59630
     trunk patch: http://svn.apache.org/r1745767
     2.4.x: trunk works (modulo CHANGES)
     +1 gsmith,
     +1: gsmith,
     +0: wrowe [I did not observe such issues, and will review the patch/issue]

  *) Correct the behavior and interaction between SSLProxyCheckPeer[CN|Name], 
     such that disabling either disables both, and that enabling either will
     trigger the more comprehensive SSLProxyCheckPeerName behavior.
     Only a single configuration remains to enable the legacy behavior, which is
     to explicitly disable SSLProxyCheckPeerName and enable SSLProxyCheckPeerCN.
     2.4.x patch: https://github.com/wrowe/patches/blob/master/fix_proxy_check_peer-2.4.x.patch
     +1: wrowe

PATCHES/ISSUES THAT ARE BEING WORKED