Hi Martin, Le 03/14, Martin Schanzenbach a écrit : > On Sat, 2020-03-14 at 18:20 +0100, Tanguy Le Carrour wrote: > > > > […] > > > > ``` > > > > $ gnunet-gns --type ANY --lookup gnunet.myself > > > > gnunet.myself: > > > > Got `BOX' record: 6 443 52 3 1 1 > > > > 26145f39399c7625a95d290bde5731566a81e1cbe6baf84f37ba60b333b05939 > > > > Got `LEHO' record: gnunet.org > > > > Got `A' record: 131.159.74.67 > > > > ``` > > > > > > > > But still, when I try to access `gnunet.myself`, I get a blank > > > > page > > > > after 5-10 seconds and the same lines in the log: > > > > > > > > ``` > > > > $ /home/tanguy/.guix-extra- > > > > profiles/gnunet/current/lib/gnunet/libexec/gnunet-gns-proxy --log > > > > DEBUG > > > > Mar 14 14:48:07-948036 gnunet-gns-proxy-1450 ERROR Download curl > > > > gnunet.org/ failed: SSL peer certificate or SSH remote key was > > > > not OK > > > > ``` > > > > […] > Could it be that you are hitting this: > https://bugs.gnunet.org/view.php?id=5353
Oh, I haven't yet finished reading and following all the links, but yes, it looks like you're right! :-( But, there's a good news! Apparently, something has changed recently: """ From: Jakub Kądziołka Date: Fri, 7 Feb 2020 20:10:15 +0100 A patch that fixes this landed on core-updates, see #38873. A follow-up bug regarding some cleanup is #39415. """ https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25240#15 It's a patch that upstream does not want to integrate, but that can/will be maintained in Guix! I'll keep on reading and let you guys know when/if I understand and if it helps with my GNUnet problem! Regards -- Tanguy