<div dir="auto">Hi all, <div dir="auto">Yes, I have both exported all http*_proxy* variables, and also avoided using http: on the RSYNC_PROXY . Still it does not work and that is the puzzle here.</div><div dir="auto">Is there a way I can catch the "talk" been the rsync command and the proxy server? What should I look for?</div><div dir="auto">Thanks again.</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Sep 4, 2018, 12:34 David Woodfall <<a href="mailto:dave@dawoodfall.net">dave@dawoodfall.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tuesday 4 September 2018 23:26,<br>
Willy Sudiarto Raharjo <<a href="mailto:willysr@sbopkg.org" target="_blank" rel="noreferrer">willysr@sbopkg.org</a>> put forth the proposition:<br>
> > how can I sync the remote tree behind a proxy with auth? I hace exported<br>
> > the corresponding variable as<br>
> > RSYNC_PROXY=username:password@proxyname:port<br>
> > but I am still getting a 403 forbidden error.<br>
> > thanks in advance<br>
<br>
Make sure you only use IP:PORT and no http:// or https:// etc. e.g.<br>
<br>
export RSYNC_PROXY=<a href="http://username:password@1.2.3.4:20000" rel="noreferrer noreferrer" target="_blank">username:password@1.2.3.4:20000</a><br>
<br>
-Dave<br>
<br>
> i have this line on my /etc/profile<br>
> export RSYNC_PROXY=proxyname:port<br>
> export HTTPS_PROXY=proxyname:port<br>
> export HTTP_PROXY=proxyname:port<br>
> export http_proxy=proxyname:port<br>
> export https_proxy=proxyname:port<br>
<br>
--<br>
<br>
When you say 'I wrote a program that crashed Windows', people just stare at<br>
you blankly and say 'Hey, I got those with the system, *for free*'.<br>
  -- Linus Torvalds<br>
<br>
                                                            .--.  oo<br>
                                                           (____)//<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'<br>
_______________________________________________<br>
sbopkg-users mailing list<br>
<a href="mailto:sbopkg-users@sbopkg.org" target="_blank" rel="noreferrer">sbopkg-users@sbopkg.org</a><br>
<a href="http://sbopkg.org/mailman/listinfo/sbopkg-users" rel="noreferrer noreferrer" target="_blank">http://sbopkg.org/mailman/listinfo/sbopkg-users</a><br>
</blockquote></div>