]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_ssl: when a proxy connection had handled a request using SSL, an
authorStefan Eissing <icing@apache.org>
Mon, 1 Aug 2022 12:56:11 +0000 (12:56 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 1 Aug 2022 12:56:11 +0000 (12:56 +0000)
commit3e835f22affadfcfa3908277611a0e9961ece1c1
treeb5046b1b232bc87128861b2c190aa8db80cc1a3d
parent626fc2e07956b1ed4f5dd7b916d3c02eab984a8e
  *) mod_ssl: when a proxy connection had handled a request using SSL, an
     error was logged when "SSLProxyEngine" was only configured in the
     location/proxy section and not the overall server. The connection
     continued to work, the error log was in error. Fixed PR66190.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1903167 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/ssl_proxy_bind.txt [new file with mode: 0644]
modules/ssl/mod_ssl.c
test/modules/proxy/env.py
test/modules/proxy/test_01_http.py