---------- Forwarded message ---------- From: [email protected] <[email protected]> Date: 2016-09-13 9:25 GMT-04:00 Subject: Re: Bug#835342: curl or git clone commands throws "gnutls_handshake() failed" on https targets To: Andreas Metzler <[email protected]>
2016-09-03 1:51 GMT-04:00 Andreas Metzler <[email protected]>: > Control: tags -1 moreinfo > > On 2016-08-28 Andreas Metzler <[email protected]> wrote: >> On 2016-08-26 "[email protected]" <[email protected]> wrote: > [...] >> > First, let me say I'm behind a proxy server. >> [ no. Looks like no access without proxy, which gnutls-cli does not >> seem to support ] > >> Could use git bisect to find the offending commit? > > Any specific difficulties I could help you with there? Never used git bisect before, so I don't know how much time until I figure out how it works and give you proper feedback. Today 13/09 I noticed a new version of gnutls-bin and libgnutls30 (3.5.4-2) Tried to do a "vagrant box update" to update my boxes and got the same little error, now from vagrant: --------------------- There was an error while downloading the metadata for this box. The error message is shown below: gnutls_handshake() failed: Public key signature verification has failed. --------------------- Then, I downgrade manually to the working version: ------------------- sudo dpkg -i libgnutls30_3.5.2-3_amd64.deb gnutls-bin_3.5.2-3_amd64.deb dpkg: warning: downgrading libgnutls30:amd64 from 3.5.4-2 to 3.5.2-3 (Reading database ... 365601 files and directories currently installed.) Preparing to unpack libgnutls30_3.5.2-3_amd64.deb ... Unpacking libgnutls30:amd64 (3.5.2-3) over (3.5.4-2) ... dpkg: warning: downgrading gnutls-bin from 3.5.4-2 to 3.5.2-3 Preparing to unpack gnutls-bin_3.5.2-3_amd64.deb ... Unpacking gnutls-bin (3.5.2-3) over (3.5.4-2) ... Setting up libgnutls30:amd64 (3.5.2-3) ... Setting up gnutls-bin (3.5.2-3) ... Processing triggers for libc-bin (2.24-2) ... Processing triggers for man-db (2.7.5-1) ... -------------------- And everything works as expected with vagrant, git, curl, etc. -- "Free Software is not the only way, but it's a correct way." Marcelo Mendes http://underlabs.org mmendes @ IRC [OFTC-Freenode] Gtalk: marcelomendes at gmail dot com -- "Free Software is not the only way, but it's a correct way." Marcelo Mendes http://underlabs.org mmendes @ IRC [OFTC-Freenode] Gtalk: marcelomendes at gmail dot com

