Yum Through A Proxy

Home » CentOS » Yum Through A Proxy
CentOS 3 Comments

I have configured yum to use a proxy via the yum.conf file by adding:

proxy=http://myproxy.com:8080/

What I noticed when running yum check-up date is that some requests are going through the proxy while the system seems to be trying to resolve the domains of other hosts in the repo and trying to establish direct connections to them instead of going through the proxy.

Can anyone explain this behavior?

3 thoughts on - Yum Through A Proxy