Hi, zimoun <zimon.touto...@gmail.com> skribis:
> I remember issues fixed by 722ad41c44a499d2250c79527ef7d069ca728de0 > which maybe introduce a regression for Guile 2.2. > > +;; XXX: Work around a bug in Guile 3.0.2 where #:verify-certificate? would > +;; be ignored (<https://bugs.gnu.org/40486>). > +(define* (http-get* uri #:rest rest) > + (apply http-request uri #:method 'GET rest)) > +(define* (http-post* uri #:rest rest) > > Maybe it is related. Yeah, #:verify-certificate? is new in 3.0.x: https://git.savannah.gnu.org/cgit/guile.git/tree/NEWS#n599 Vagrant, perhaps the simplest option for you would be to skip these tests. There’s no rush but I think we’ll remove 2.2 support in the not-too-distant future. Ludo’.