Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 areexport no_proxy=xxxxxxxxxxexport https_proxy=xxxxxxx:80
Windows: Add below System environment variables.
no_proxy xxxxxxxxxxhttps_proxy xxxxxxx:80
Note: Restart the replicate services after you update the proxy settings.
Thanks,
Swathi