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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux