Hi everyone,
I have been trying to get my centos os to connect to repositories but nothing is working and I've been researching for days now.
What is the proper setup for it behind a company proxy / firewall?
The error I get for "yum update" is:
In /etc/environment/ I have the following as the 1st line:
http_proxy="http://proxyname.proxyname.com:80"
In yum.conf I have:
[main]
proxy=http://proxyname.proxyname.com:80/
#rest of file
(previously, there was no "/" after the 80, but it still doesn't fix the error)
I've also seen that people say this is mainly a DNS issue, but I can dig anything on the web, traceroute anything and ping local servers by ip and hostname.
Please help!! And thank you !!