We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958f90a commit 51338c2Copy full SHA for 51338c2
content/includes/nap-waf/config/common/forward-proxy-conf.md
@@ -0,0 +1,14 @@
1
+Enable Forward Proxy settings in order to Enable proxy setting for Ip Intellegnice client, edit:
2
+
3
+/etc/app_protect/tools/iprepd.cfg
4
+and set following, For example::
5
6
+EnableProxy=True
7
+ProxyHost=5.1.2.4
8
+ProxyPort=8080
9
+ProxyUsername=admin (optional)
10
+ProxyPassword=admin (optional)
11
+CACertPath=/etc/ssl/certs/ca-certificates.crt (optional)
12
+then re run the client again
13
14
+/opt/app_protect/bin/iprepd /etc/app_protect/tools/iprepd.cfg > ipi.log 2>&1 &
0 commit comments