Hi Ingmar,

On Tue, Jun 02, 2015 at 08:23:37PM +0200, I. Schrey wrote:
> feeds are becoming unusable when they get switched from http to https.
> ---snip config---
> feed 1h https://rss.packetstormsecurity.com/ http_proxy=http://proxy:3128/
> ---snip config---

Since that's an https: URL rather than an http: one, you'll need to
specify https_proxy rather than (or as well as) http_proxy.

If you're using proxies for all your feeds, it's easier to put the proxy
settings in a feeddefaults command rather than specifying them on each
feed individually:

feeddefaults
    http_proxy http://proxy:3128/
    https_proxy http://proxy:3128/

Thanks,

-- 
Adam Sampson <a...@offog.org>                         <http://offog.org/>


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to