Note that enable-https-filtering{} has to be enabled based on the CONNECT request
authorFabian Keil <fk@fabiankeil.de>
Tue, 25 Feb 2020 19:45:19 +0000 (20:45 +0100)
committerFabian Keil <fk@fabiankeil.de>
Wed, 26 Feb 2020 07:28:08 +0000 (08:28 +0100)
Sponsored by: Robert Klemme

doc/source/user-manual.sgml

index ecdefd0..a2a02b8 100644 (file)
@@ -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>
     <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>
 
   </listitem>
  </varlistentry>