You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AUR Helper yay uses the env var all_proxy. This var is used during packabuild and http_proxy/https_proxy are ignored. Maybe we could add to ProxyMan that this var will be set, too.
The text was updated successfully, but these errors were encountered:
Are you sure? I've been using ProxyMan to do the configuration and with yay. Things have worked fine all the time.
Can you give more details and confirm if that's really the case?
Maybe I should have mentioned my exact setup and the error scenario:
I changed /etc/pacman.conf and enabled the use of curl as web-handler due to timeout issues behind the proxy with the default one.
Everything works fine with your proxy settings except: if yay tries to download a source defined in a PKGBUILD. Then I experience a timeout until I set the mentioned all_proxy.
I confirmed this by trying to install openjpeg - no success without the ENV set, after I export it everything works fine.
Sorry for the poor problem description in the first case..
On May 8, 2020 6:45:19 AM GMT+02:00, Himanshu Shekhar ***@***.***> wrote:
Are you sure? I've been using ProxyMan to do the configuration and with
`yay`. Things have worked fine all the time.
Can you give more details and confirm if that's really the case?
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#103 (comment)
The AUR Helper yay uses the env var all_proxy. This var is used during packabuild and http_proxy/https_proxy are ignored. Maybe we could add to ProxyMan that this var will be set, too.
The text was updated successfully, but these errors were encountered: