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 -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list