yum , https repo , and proxy : Yum fails ..

Till Maas opensource at till.name
Thu Jul 26 19:46:19 UTC 2007


On Thursday 26 July 2007 19:13:39 Hikaru Amano wrote:
> import urlgrabber
> import os
> os.environ['https_proxy'] = 'http://160.0.234.1:8080/'
> urlgrabber.urlgrab('https://161.0.2.218/pub/mirror/repos/fedora_i686/repoda
>ta/repomd.xml')

With another proxy and another https URL above works for me.

Does this work for you:
curl -x http://160.0.234.1:8080/ 
https://161.0.2.218/pub/mirror/repos/fedora_i686/repodata/repomd.xml

Or this:
curl -p http://160.0.234.1:8080/ 
https://161.0.2.218/pub/mirror/repos/fedora_i686/repodata/repomd.xml

Regards,
Till




More information about the fedora-devel-list mailing list