You are not logged in.
Hi,
Yaourt -Syua need to download a package that is only retrivable through goagent(a google app engine proxy) in my enviroment.
The https proxy need CA.crt to work.
What I have done so far:
1. export https_proxy=x.x.x.x:xxx
2. Defaults env_keep += "http_proxy https_proxy" in visudo
3. copy the CA.crt to /etc/ssl/certs and c_rehash /etc/ssl/certs
But I still got below error:
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
archlinuxfr is up to date
curl error: Peer certificate cannot be authenticated with given CA certificates
Any one can help?
Thanks
Offline
So it sounds as though you can download the file manually, but yaourt is not capable of handling the proxy variable?
If that is the case, then why don't you just update it manually? Just download the srcpackage (tarball) as well as the source. Then modify the PKGBUILD to look for the source locally. Then of course, build with makepkg. Hopefully you have learned how to work with these tools first before beginning to use your chosen AUR helper.
Offline