libmicrohttpd
[Top][All Lists]
Advanced

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

Re: [libmicrohttpd] Problems with libmicrohttpd and IE7/IE8 on WinXP


From: Gerrit Telkamp
Subject: Re: [libmicrohttpd] Problems with libmicrohttpd and IE7/IE8 on WinXP
Date: Wed, 23 Jun 2010 10:21:39 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.10) Gecko/20100512 Lightning/1.0b1 Thunderbird/3.0.5

Dear Christian,

thank you very much for your statement - it is very helpful.

I hope to not repeat previous discussions again, but I have found out that:
- IE7 works with the GNUtls test site: http://www.gnu.org/software/gnutls/server.html - using the newest libgcrypt (ibgcrypt-1.4.5.zip, downloaded from http://josefsson.org/gnutls4win/, date 17/06/10) does NOT help to get the MHD application working.
-> it seems that the bug is not in GNUtls

Thank you again,

Gerrit.


Am 23.06.2010 10:00, schrieb Christian Grothoff:
Dear Gerrit,

As it has been mentioned on the mailinglist in the recent past, there are
known issues with SSL (and in particular with IE).  At this point, I am not
aware of a solution (other than starting a longer hacking session on the
MHD/GNUtls code).

Best,

Christian

On Sunday 20 June 2010 16:40:20 Gerrit Telkamp wrote:
Hi,

I have a problem using a libmicrohttpd application with HTTPS: I'm not
able to open the page with the Internet Explorer (IE7, IE8) on Windows XP.
Other browsers (Firefox, Opera, Safari) are working well with the same
application.

MHD always gives the following message
"Error: unrecognized TLS message type: 128, connection state: secure
connection init. l: 254, f: MHD_tls_connection_handle_read "

I've found out that the IEs on WinXP are not supporting AES-256, but
they support AES-128.
The option MHD_GNUTLS_CIPHER_ARCFOUR_128 (instad of
MHD_OPTION_CIPHER_ALGORITHM) does not help.
The same certificate and key files works on ther servers with IE, so it
seems to me that it is a problem with libmicrohttpd.

Is there someone who got libmicrohttps successfully working with SSL on
IE browsers?
Are there any other options to be set?

Thank you for your help,

Gerrit.

Versions:
- libmicrohttpd: version 0.4.5
- gcc version: 4.4.3, target: arm-none-linux-gnueabi

Compiling options:
./configure --prefix=/arm --host=arm-none-linux-gnueabi

./configure --prefix=/arm --host=arm-none-linux-gnueabi
              --disable-dev-random --with-gpg-error-prefix=/arm

./configure --prefix=/arm --host=arm-none-linux-gnueabi
              --enable-largefile --enable-messages --enable-https
              --enable-client-side --disable-coverage
              --with-libgcrypt-prefix=/arm




reply via email to

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