From 3e835f22affadfcfa3908277611a0e9961ece1c1 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Mon, 1 Aug 2022 12:56:11 +0000 Subject: *) 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 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes-entries/ssl_proxy_bind.txt (limited to 'changes-entries') 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] -- cgit v1.2.1