Error when running apt-get:
sudo apt-get update && sudo apt-get install yarn
gnutls_handshake() failed: Access was denied
The problem:
There is proxy configuration error of apt-getThe fix:
Define
proxy for apt-get
1. sudo vim /etc/apt/apt.conf
2. Add line:
Acquire::http::proxy
"http://web-proxy.il.hpecorp.net:8080";
Comments