[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: yum , https repo , and proxy : Yum fails ..
- From: Till Maas <opensource till name>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: yum , https repo , and proxy : Yum fails ..
- Date: Thu, 26 Jul 2007 21:46:19 +0200
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]