Skip to content

Proxy Configuration for Anyware Connector

Disable Proxy Configuration

Once all installations and configurations are done, Anyware Connector could run into some issues related to proxy. To avoid this, the proxy must be disabled on the Anyware Connector workstations. To disable proxy:

  1. Check the proxy settings saved in the cluster:
    sudo /usr/local/bin/kubectl edit secret proxysettings -o yaml -n connector
    
  2. Look for strings such as HTTP_PROXY, HTTPS_PROXY, NO_PROXY.

  3. Press the letter "i" to edit the keys to set them to empty string by doing the following:

    HTTP_PROXY: ""
    HTTPS_PROXY: ""
    NO_PROXY: ""
    
    if you do not see one of those strings change the rest to empty string "".

  4. Save the new configuration by pressing "ESC" then ":" then "wq".