I've been trying to configure yum at work to use a proxy but I'm having no joy. We use an automatic proxy configuration url, which is basically a javascript script with a list of different proxies for different domains.
I can get it to work if I use one of the proxies detailed in pac file, e.g. if I set in yum.conf
Code:
proxy = http://myproxy:8080
but if I set
Code:
proxy = http://automaticproxyconfigurl
it does not work
Any ideas?
Am I missing something?
TIA
P.S.
The reason for the question is that I know that the proxies change, not very often, but they do, so it would be handy to be able to use automatic proxy configuration url