Re: bug#18524: Guix unable to download from github due to TLS fatal alert

2014-10-14 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > I had managed to bork ‘set-session-server-name!’ in GnuTLS (which > addresses this bug), so this is fixed in commit 5186158 and upstream: > . > > Sorry about that! No worr

Re: bug#18524: Guix unable to download from github due to TLS fatal alert

2014-10-14 Thread Ludovic Courtès
I had managed to bork ‘set-session-server-name!’ in GnuTLS (which addresses this bug), so this is fixed in commit 5186158 and upstream: . Sorry about that! Ludo’.

Re: Guix unable to download from github due to TLS fatal alert

2014-08-13 Thread Ludovic Courtès
Mark H Weaver skribis: > Here's what happens: > > $ guix download https://github.com/downloads/magit/magit/magit-1.2.0.tar.gz > starting download of `guix-file.cszPnB' from > `https://github.com/downloads/magit/magit/magit-1.2.0.tar.gz'... > following redirection to > `https://cloud.github.com/

Guix unable to download from github due to TLS fatal alert

2014-08-13 Thread Mark H Weaver
I forgot to mention an important problem with the 'magit' package. > +(source (origin > + (method url-fetch) > + (uri (string-append > "https://github.com/downloads/magit/magit/magit-"; > + version ".tar.gz")) Guix is currently unable