Package: guix
Version: 1.4.0-3
When I invoke `guix pull' against my channel, it fails with a SSL error:
# /usr/bin/guix pull --url=https://git.wolfsden.cz/.git/guix
Updating channel 'guix' from Git repository at
'https://git.wolfsden.cz/.git/guix'...
guix pull: error: Git error: SSL error: 0xffff8880 - SSL - A fatal alert
message was received from our peer
No special configuration is needed, just booting the system and installing guix
via apt-get.
This seems to be a problem specific to Guix from the debian package. When I try
to access the channel by other means (from the same system as above), it works
fine. `git clone' works just fine, and even Guix installed in non-debian way
works fine, for example via time-machine:
guix time-machine -q --commit=v1.4.0 -- pull
--url=https://git.wolfsden.cz/.git/guix
I am using Debian 12 on 6.7.4 kernel and 2.36-9 libc, running on physical server
machine.
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.