Hi everyone, I got a problem installing anything from AUR using yaourt.
I am behind a proxy that have been setup for all users through a script /etc/profile.d/proxy.sh
exporting proxy all_proxy http_proxy https_proxy ftp_proxy
to the correct address. All works fine with pacman (install, updates, …)
I had issues with curl when used manually, had to create ~/.curlrc
and add proxy="http://wwwcache.univ-orleans.fr:3128"
but now i can curl https://aur.archlinux.org
without problem and install packages manually using:
git clone https://aur.archlinux.org/somepackage.git && cd somepackage && makepkg -si
but still, no way to make use of yaourt
or cower
…
I also tried this solution, but package-query-ssl3
seems to have disappeared from AUR…
yaourt -Sua
curl error: SSL connect error
curl error: SSL connect error
I’m out of ideas
PS: tried this just in case (would be surprising as curl https works tho) but still nothing can't install anything from yaourt !!
[edit] I’m sorry, I dumbly put this topic in the same section than the previous cited one… even if it should be part of the Pacman & Package upgrade section, did no find how to move it tho, my bad