summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-08-01 12:56:11 +0000
committerStefan Eissing <icing@apache.org>2022-08-01 12:56:11 +0000
commit3e835f22affadfcfa3908277611a0e9961ece1c1 (patch)
treeb5046b1b232bc87128861b2c190aa8db80cc1a3d /changes-entries
parent626fc2e07956b1ed4f5dd7b916d3c02eab984a8e (diff)
downloadhttpd-3e835f22affadfcfa3908277611a0e9961ece1c1.tar.gz
*) 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
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/ssl_proxy_bind.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes-entries/ssl_proxy_bind.txt b/changes-entries/ssl_proxy_bind.txt
new file mode 100644
index 0000000000..4eba294bd8
--- /dev/null
+++ b/changes-entries/ssl_proxy_bind.txt
@@ -0,0 +1,5 @@
+ *) 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.
+ [Stefan Eissing]