Symptoms
"Unable to connect to Web Proxy" error shown in the GUI when connecting to Web targets.
Solutions
Ensure that the your PrivX Web Proxy is running and configured correctly. To do this, run this on the web-proxy machine:
# systemctl status privx-web-proxy
Restart the privx-web-proxy
service if necessary:
# systemctl restart privx-web-proxy
Also verify your configurations.
On the web-proxy machine:
Ensure that the web-proxy configuration at
/opt/privx/etc/web-proxy-config.toml
contains:privx_rdp_proxy_enabled = true
Ensure that the ACL list in
/etc/squid/squid.conf
allows connections to your PrivX-Carrier machine.On your PrivX servers:
ensure in the RDP-proxy configuration
/opt/privx/etc/rdp-proxy.toml
:web_proxy_enabled = true
Logfiles /var/log/privx/web-proxy.log
on your web-proxy machine, and /var/log/messages
on PrivX servers may also provide additional information about causes.