No I shouldn't need a username and password. All the proxy does is allow me to get to the internet on a PC that is not registered with corporate. I have other machines in my possession that I have this setup on with Internet Explorer. Tools/Internet Options/Connections/Lan Settings Use automatic configuration script and enter address http://proxy.domain.com/proxy.pac
-----Original Message----- From: Scott Lawrence [mailto:[email protected]] Sent: Monday, February 02, 2009 2:08 PM To: Gilmour, Scott Cc: [email protected] Subject: Re: [sipx-users] Download Try this... before you run the wget command, execute: script /tmp/fetch ... then run your wget command (with the '-v') ... then run: exit then post the file /tmp/fetch (it will have recorded everything you type and everything that the command prints). The 403 is almost certainly coming from your proxy. Does it require that you specify a username and password? If so, you can specify them for yum with: --proxy-user=user --proxy-password=password Specify the username user and password password for authentication on a proxy server. Wget will encode them using the "basic" authentication scheme. and the same (without the --) in the yum.conf file. You may want to consult with whoever runs your http proxy. _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
