GNU bug report logs - #29258
web client fails on https

Previous Next

Package: guile;

Reported by: Amirouche Boubekki <amirouche <at> hypermove.net>

Date: Sat, 11 Nov 2017 14:11:01 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29258 in the body.
You can then email your comments to 29258 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#29258; Package guile. (Sat, 11 Nov 2017 14:11:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Amirouche Boubekki <amirouche <at> hypermove.net>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Sat, 11 Nov 2017 14:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Amirouche Boubekki <amirouche <at> hypermove.net>
To: bug-guile <at> gnu.org
Subject: web client fails on https
Date: Sat, 11 Nov 2017 15:09:56 +0100
GNU Guile 2.2.2
Copyright (C) 1995-2017 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> (use-modules (web client))
scheme@(guile-user)> (http-get "https://www.gnu.org")
ERROR: In procedure get-bytevector-n:
ERROR: Throw to key `gnutls-error' with args `(#<gnutls-error-enum La 
connexion TLS n’a pas été terminée correctement.> 
read_from_session_record_port)'.

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
scheme@(guile-user) [1]>

scheme@(guile-user)> (use-modules (gnutls))
scheme@(guile-user)> (gnutls-version)
$1 = "3.5.13"





Information forwarded to bug-guile <at> gnu.org:
bug#29258; Package guile. (Wed, 22 Nov 2017 06:30:02 GMT) Full text and rfc822 format available.

Message #8 received at 29258 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Allan Webber <cwebber <at> dustycloud.org>
To: Amirouche Boubekki <amirouche <at> hypermove.net>
Cc: 29258 <at> debbugs.gnu.org
Subject: Re: bug#29258: web client fails on https
Date: Wed, 22 Nov 2017 00:28:58 -0600
Amirouche Boubekki writes:

> GNU Guile 2.2.2
> Copyright (C) 1995-2017 Free Software Foundation, Inc.
>
> Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
> This program is free software, and you are welcome to redistribute it
> under certain conditions; type `,show c' for details.
>
> Enter `,help' for help.
> scheme@(guile-user)> (use-modules (web client))
> scheme@(guile-user)> (http-get "https://www.gnu.org")
> ERROR: In procedure get-bytevector-n:
> ERROR: Throw to key `gnutls-error' with args `(#<gnutls-error-enum La 
> connexion TLS n’a pas été terminée correctement.> 
> read_from_session_record_port)'.
>
> Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
> scheme@(guile-user) [1]>
>
> scheme@(guile-user)> (use-modules (gnutls))
> scheme@(guile-user)> (gnutls-version)
> $1 = "3.5.13"

This is fixed in git master of guile, if it's the same bug I think it
is.




Information forwarded to bug-guile <at> gnu.org:
bug#29258; Package guile. (Wed, 22 Nov 2017 15:22:01 GMT) Full text and rfc822 format available.

Message #11 received at 29258 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Amirouche Boubekki <amirouche <at> hypermove.net>
Cc: 29258 <at> debbugs.gnu.org
Subject: Re: bug#29258: web client fails on https
Date: Wed, 22 Nov 2017 16:21:06 +0100
Hi Amirouche,

Amirouche Boubekki <amirouche <at> hypermove.net> skribis:

> GNU Guile 2.2.2
> Copyright (C) 1995-2017 Free Software Foundation, Inc.
>
> Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
> This program is free software, and you are welcome to redistribute it
> under certain conditions; type `,show c' for details.
>
> Enter `,help' for help.
> scheme@(guile-user)> (use-modules (web client))
> scheme@(guile-user)> (http-get "https://www.gnu.org")
> ERROR: In procedure get-bytevector-n:
> ERROR: Throw to key `gnutls-error' with args `(#<gnutls-error-enum La
> connexion TLS n’a pas été terminée correctement.>
> read_from_session_record_port)'.

I cannot reproduce this in current ‘stable-2.2’.  I believe this was
fixed by commit 0c102b56e98da39b5a3213bdc567a31ad8ef3e73.

Can you confirm that ‘stable-2.2’ works for you?

Thanks,
Ludo’.




Information forwarded to bug-guile <at> gnu.org:
bug#29258; Package guile. (Wed, 22 Nov 2017 16:04:02 GMT) Full text and rfc822 format available.

Message #14 received at 29258 <at> debbugs.gnu.org (full text, mbox):

From: Amirouche Boubekki <amirouche <at> hypermove.net>
To: ludo <at> gnu.org
Cc: bug-guile <bug-guile-bounces+amirouche+dev=hypermove.net <at> gnu.org>,
 29258 <at> debbugs.gnu.org
Subject: Re: bug#29258: web client fails on https
Date: Wed, 22 Nov 2017 17:03:43 +0100
On 2017-11-22 16:21, ludo <at> gnu.org wrote:
> Hi Amirouche,
> 
> Amirouche Boubekki <amirouche <at> hypermove.net> skribis:
> 
>> GNU Guile 2.2.2
>> Copyright (C) 1995-2017 Free Software Foundation, Inc.
>> 
>> Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
>> This program is free software, and you are welcome to redistribute it
>> under certain conditions; type `,show c' for details.
>> 
>> Enter `,help' for help.
>> scheme@(guile-user)> (use-modules (web client))
>> scheme@(guile-user)> (http-get "https://www.gnu.org")
>> ERROR: In procedure get-bytevector-n:
>> ERROR: Throw to key `gnutls-error' with args `(#<gnutls-error-enum La
>> connexion TLS n’a pas été terminée correctement.>
>> read_from_session_record_port)'.
> 
> I cannot reproduce this in current ‘stable-2.2’.  I believe this was
> fixed by commit 0c102b56e98da39b5a3213bdc567a31ad8ef3e73.
> 
> Can you confirm that ‘stable-2.2’ works for you?
> 

Yes.




Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Wed, 22 Nov 2017 16:51:03 GMT) Full text and rfc822 format available.

Notification sent to Amirouche Boubekki <amirouche <at> hypermove.net>:
bug acknowledged by developer. (Wed, 22 Nov 2017 16:51:03 GMT) Full text and rfc822 format available.

Message #19 received at 29258-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Amirouche Boubekki <amirouche <at> hypermove.net>
Cc: 29258-done <at> debbugs.gnu.org
Subject: Re: bug#29258: web client fails on https
Date: Wed, 22 Nov 2017 17:50:23 +0100
Amirouche Boubekki <amirouche <at> hypermove.net> skribis:

> On 2017-11-22 16:21, ludo <at> gnu.org wrote:
>> Hi Amirouche,
>>
>> Amirouche Boubekki <amirouche <at> hypermove.net> skribis:
>>
>>> GNU Guile 2.2.2
>>> Copyright (C) 1995-2017 Free Software Foundation, Inc.
>>>
>>> Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
>>> This program is free software, and you are welcome to redistribute it
>>> under certain conditions; type `,show c' for details.
>>>
>>> Enter `,help' for help.
>>> scheme@(guile-user)> (use-modules (web client))
>>> scheme@(guile-user)> (http-get "https://www.gnu.org")
>>> ERROR: In procedure get-bytevector-n:
>>> ERROR: Throw to key `gnutls-error' with args `(#<gnutls-error-enum La
>>> connexion TLS n’a pas été terminée correctement.>
>>> read_from_session_record_port)'.
>>
>> I cannot reproduce this in current ‘stable-2.2’.  I believe this was
>> fixed by commit 0c102b56e98da39b5a3213bdc567a31ad8ef3e73.
>>
>> Can you confirm that ‘stable-2.2’ works for you?
>>
>
> Yes.

Thanks,
Ludo'.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 21 Dec 2017 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 265 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.