Technology related solutions, tips, tricks, and other interesting topics
In: General IT Info
29 Feb 2008To get the Software Update application in CentOS to use a web proxy server, add the following line to the /etc/yum.conf file:
proxy=http://www.theProxyServer.com:port/
Replace “www.theProxyServer.com:port” with the URL and port number of the proxy service running on the proxy server. The “/” at the end is important so don’t forget to add it.
This blog is about technology related topics. It will primarily contain problems and solutions to IT problems that I encounter on a day-to-day basis. In addition interesting things I come across either on or off the internet will be posted here as well. I will also include step-by-step tutorials to common tasks people may need to do with their computers.
1 Response to CentOS – How to Configure the Software Update Application to Use a Proxy Server
Kamal
November 9th, 2010 at 9:39 pm
We have used the proxy URL without that “/” at the end with no issues.