To set a proxy server:
- Open the /etc/sysconfig/encryptiongateway.conf file.
- Locate the "# proxy settings" section.
- 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="" - Save the changes and close the file.