Introduction

The Proxy settings can be configured via the command line or through the Windows Registry.


Windows Registry

The registry settings will override any Internet Option settings. The registry settings are located in the following registry path:


HKEY_CURRENT_USER\Software\Authentic8, Inc.\Authentic8


Below are the registry key values:



 NAME TYPEDEFAULT*
EXAMPLE 
 DESCRIPTION
proxy_enableREG_DWORD10Set to 0 (zero) to disable the use of a proxy. Settings in Registry and Internet Options are ignored.
proxy_hostREG_SZ
 192.168.1.1 The proxy host address
proxy_portREG_DWORD

 3128 The proxy port
proxy_userREG_SZ
 JohnDoe The username to give the proxy**
proxy_passREG_SZ
 P4L3nDr0m3The password to give the proxy**

(*) If the registry key does not exist, the Default value is used. If not defined, there is no default.

(**) If both the username and password are supplied, the proxy credentials dialog will not be shown (unless the username and password are invalid).


Command Line

This will override any proxy settings through the Internet Option settings, as well as, the Windows Registry values.




--disable-proxyDisable HTTP Proxy--disable-proxy
--http-proxyHTTP Proxy Server URI
Either http://<server>[:<port>] or <server>[:<port>].
The argument cannot be empty.
--http-proxy=<HTTP_PROXY_URI>
--proxy-usernameHTTP Proxy Username (if authentication is required)--proxy-username=<PROXY_USERNAME>
--proxy-passwordHTTP Proxy Password (if authentication is required)-proxy-password=<PROXY_PASSWD>

Precedence of Proxy Settings

  1. Command-Line
  2. Registry Setting
  3. Internet Options (in-order)

3.1    Automatically Detect Settings (PAC File)

3.2    Use Automatic Configuration Script

3.3    Use a proxy server for your LAN


  

Additional Notes  

Please contact Support if you have any additional questions and/or require further information.