I have just started using libmicrohttpd, and can't seem to get the SSL
support working.
Google Chrome 4.0.249.30:
Error: Handshake has failed (-28)
Error: Handshake has failed (-28)
Error: unrecognized TLS message type: 0, connection state: secure
connection init. l: 254, f: MHD_tls_connection_handle_read
Mozilla Firefox 3.5.5:
Error: unrecognized TLS message type: 128, connection state: secure
connection init. l: 254, f: MHD_tls_connection_handle_read
Microsoft Internet Explorer 6.0:
Error: unrecognized TLS message type: 128, connection state: secure
connection init. l: 254, f: MHD_tls_connection_handle_read
Note that -28 is the value of GNUTLS_E_AGAIN.
Can anyone offer a hand?
Thanks for your time,
Jesse Anderton