Difference between revisions of "Automatic proxy setting for regibox manager"

From regify WIKI
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
== PAC support ==
 
== PAC support ==
Important: '''The regibox manager supports PAC files''' and therefore is able to handle proxy switching by using such PAC file.
+
Important: On Windows, '''the regibox manager supports PAC files''' and therefore is able to handle proxy switching by using such PAC file.
  
 
== Proxy pre-definition for new users ==
 
== Proxy pre-definition for new users ==

Latest revision as of 15:27, 28 February 2023

It allows to automatically pre-define the proxy server settings of the regibox manager.

PAC support

Important: On Windows, the regibox manager supports PAC files and therefore is able to handle proxy switching by using such PAC file.

Proxy pre-definition for new users

In some software deployment cases you might need to pre-select or pre-define the proxy settings for new users. In such case, you can copy a pre-defined regibox.ini file to the users application data folder. Please only copy in case the file does not exist already. To pre-select a proxy, please use a template like this for %APPDATA%\regify\regibox\regibox.ini:

proxySelection = 1
proxyServer = proxy.company.com:3128
proxyPACFile = 
proxyUsername = 
proxyPassword = 

The possible values for proxySelection are: 0=no proxy, 1=use proxyServer, 2=use proxyPACFile

You can also pre-define proxyUsername and proxyPassword. If you consider to use a proxy with NTLM authentication (Windows logon), please leave them with empty values.