gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in 3.0.18: gnutls-cli fails to transfer data to gnutls-serv --echo


From: Alexandre Bique
Subject: bug in 3.0.18: gnutls-cli fails to transfer data to gnutls-serv --echo
Date: Wed, 18 Apr 2012 23:06:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120406 Thunderbird/11.0.1

Hi,

I reported the bug first to archlinux, but I forward it here:
https://bugs.archlinux.org/task/29531

I have a bug with GnuTLS-3.0.18, which is that my httpd server (custom
implementation) fails to serve pages to chromium and firefox goes into
an infinite loop. But in the other hand, wget (which is linked against
openssl) succeed in getting files from my server.

There is an easy thing to do to reproduce the bug:

- start a gnutls echo server: gnutls-serv --x509keyfile=key.pem
--x509certfile=cert.pem -p 4242 --disable-client-cert --nodb --generate
--echo

- start a client, and copy a big file: cat /usr/include/*.h >test-file;
gnutls-cli --insecure 0.0.0.0 -p 4242 <test-file

Then it doesn't work :^)

You can also test with an openssl client (it will fail as well): openssl
s_client -connect 0.0.0.0:4242 <test-file

I am using x86_64 architecture.

Regards,
-- 
Alexandre Bique



reply via email to

[Prev in Thread] Current Thread [Next in Thread]