Configuring Proxies

You need to re-configure the proxies.

Configure the http proxy in the /etc/yum.conf file and also export the same to environment.
  1. Add the following line in the /etc/yum.conf:
    proxy=<proxy_server>
  2. Export the proxy's address.
    export http_proxy=<proxy_server>
    export https_proxy=<proxy_server>