himanshub16 / ProxyMan

Configuring proxy settings made easy.
https://github.com/himanshub16/ProxyMan/releases/latest/
MIT License
680 stars 107 forks source link

Support for yay (AUR Helper) #103

Open tuximail opened 4 years ago

tuximail commented 4 years ago

The AUR Helper yay uses the env var _allproxy. This var is used during packabuild and _httpproxy/_httpsproxy are ignored. Maybe we could add to ProxyMan that this var will be set, too.

himanshub16 commented 4 years ago

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?

tuximail commented 4 years ago

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 notifications@github.com 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: https://github.com/himanshub16/ProxyMan/issues/103#issuecomment-625627339