Disable Proxy
HySecure Monitor Proxy Settings And Disable It
Administrator can set the configuration to disable the proxy on the user system if enabled and monitor and keep it disabled while HySecure Session is loged in.
HySecure Client behaviour becomes unknown after the Proxy is been pushed from Group policy update or an proxy settings are enabled by user in between the session.
If a setting is detected to monitor the change in the proxy settings and disable it. A thread is started to monitor the change in proxy settings.
Once applied it keeps monitoring the changes to proxy settings. If changed it will disable the “Proxyenabled” values in registry.
Verinfo Tag to control the feature:
Version info Tag used: VPN_DISABLE_SYSTEM_PROXY_UPDATE
Value | Behaviour | Is Default |
---|---|---|
[BLANK] | Do not monitor the System proxy for the user | YES |
false | Do not monitor the System proxy for the user | |
true | Monitor the System proxy and disable if enabled | NO |
FAQ:
Where is the proxy settings are saved in the windows system
In windows System the proxy settings are saved in the registry settings of current users.
\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\
ProxyEnable=0 (Disabled)
ProxyEnable=1 (Enabled)
Wrong configuration
This setting should not be clubed together with Corporate proxy Settings
How to detect if proxy settings are disabled by HySecure Client
Check for the below log entry in the Uaclog.log file
System proxy value change detected. old value:'1' new value:'0'