unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#40486: http-get doesn't respect #:verify-certificate?
@ 2020-04-07 15:29 Jan Synacek
  2020-05-27 21:29 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Synacek @ 2020-04-07 15:29 UTC (permalink / raw)
  To: 40486

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 #<closed: file 1db4540> _ # _)

web/client.scm:231:6: In procedure tls-wrap:
X.509 certificate of 'bugzilla.redhat.com' could not be verified:
  signer-not-found invalid

If I use http-request instead of http-get, the keyword argument is
correctly taken into account and the certificate is not verified.

I use v3.0.2.






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#40486: http-get doesn't respect #:verify-certificate?
  2020-04-07 15:29 bug#40486: http-get doesn't respect #:verify-certificate? Jan Synacek
@ 2020-05-27 21:29 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-05-27 21:29 UTC (permalink / raw)
  To: Jan Synacek; +Cc: 40486-done

Hi,

Jan Synacek <jsynacek@redhat.com> 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" # _ # …)
>     231:6  0 (tls-wrap #<closed: file 1db4540> _ # _)
>
> web/client.scm:231:6: In procedure tls-wrap:
> X.509 certificate of 'bugzilla.redhat.com' could not be verified:
>   signer-not-found invalid
>
> If I use http-request instead of http-get, the keyword argument is
> correctly taken into account and the certificate is not verified.
>
> I use v3.0.2.

Fixed in a5421d2bb6e27fe77e794f950833ca6d84c8c523, thanks!

Ludo’.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-27 21:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07 15:29 bug#40486: http-get doesn't respect #:verify-certificate? Jan Synacek
2020-05-27 21:29 ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).