From 72e088f25b85a481b7e3ceb1aaead9837470d6cb Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 25 Feb 2020 20:45:19 +0100
Subject: [PATCH] Note that enable-https-filtering{} has to be enabled based on
 the CONNECT request

Sponsored by: Robert Klemme
---
 doc/source/user-manual.sgml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml
index ecdefd06..a2a02b81 100644
--- a/doc/source/user-manual.sgml
+++ b/doc/source/user-manual.sgml
@@ -3853,6 +3853,12 @@ problem-host.example.com</screen>
     <literal><ulink url="config.html#TLS">TLS section</ulink></literal>
     of the config file have to be configured.
    </para>
+   <para>
+    Note that the action has to be enabled based on the CONNECT
+    request which doesn't contain a path. Enabling it based on
+    a pattern with path doesn't work as the path is only seen
+    by &my-app; if the action is already enabled.
+   </para>
   </listitem>
  </varlistentry>
 
-- 
2.49.0