fatal: unable to access “…..”: gnutls_handshake() failed: Handshake failed
This is solution fix this issue on ubuntu server 14.04.x 1, Edit file: sudo nano /etc/apt/sources.list 2, Add to file sources.list deb http://security.ubuntu.com/ubuntu xenial-security main deb http://cz.archive.ubuntu.com/ubuntu xenial main universe 3, Run command update and update CURL to new version apt-get update && apt-get install curl 4, Check version (Optional): curl -V Response : curl … Read more