Does anyone know how to use no_proxy in Qlik?
Hi Anil,
Linux: Add the no proxy setting and proxy host in site_arep_login.sh.
Ex:
Lines added in site_arep_login.sh are
export no_proxy=xxxxxxxxxx
export https_proxy=xxxxxxx:80
Windows: Add below System environment variables.
no_proxy xxxxxxxxxx
https_proxy xxxxxxx:80
Note: Restart the replicate services after you update the proxy settings.
Thanks,
Swathi