bug#40486: http-get doesn't respect #:verify-certificate?

2020-05-27 Thread Ludovic Courtès
Hi, Jan Synacek skribis: > When I run the following piece of code: > > (use-modules (web client)) > (http-get "https://bugzilla.redhat.com/rest/bug/1; #:verify-certificate? #f) > > I get: > ... > In web/client.scm: > 563:0 1 (http-get "https://bugzilla.redhat.com/rest/bug/1; # _ # …) >

bug#40486: http-get doesn't respect #:verify-certificate?

2020-04-07 Thread Jan Synacek
When I run the following piece of code: (use-modules (web client)) (http-get "https://bugzilla.redhat.com/rest/bug/1; #:verify-certificate? #f) I get: ... In web/client.scm: 563:0 1 (http-get "https://bugzilla.redhat.com/rest/bug/1; # _ # …) 231:6 0 (tls-wrap # _ # _)