Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
AnilSurendran
Contributor II
Contributor II

no-proxy in Qlik Replicate

Does anyone know how to use no_proxy in Qlik?

Labels (1)
1 Reply
SwathiPulagam
Support
Support

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