Views:

To set a proxy server:

  1. Open the /etc/sysconfig/encryptiongateway.conf file.
  2. Locate the "# proxy settings" section.
  3. Modify the values of the parameters under the "# proxy settings" section. The configuration should be like the following:

    #
    # proxy settings
    #
    useproxy="yes"
    proxyhost="192.168.0.1"
    proxyport="8080"
    proxyuser=""
    proxypasswd=""

  4. Save the changes and close the file.