Microsoft Internet Explorer 4 fails when handshaking with the s_server
application:

C:\Projekt\cert>ssleay s_server -www -accept 4000
Using default temp DH parameters
Generating temp (512 bit) RSA key...
ACCEPT
225:error:140760EC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown
protocol:C:\Projekt\LWK\LWK Layer\SSL\source\ssl\s23_srvr.c:449
ACCEPT

Around line 449 in s23_srvr.c (type == 7, when debugging):
if ((type < 1) || (type > 3))
        {
        /* bad, very bad */
        SSLerr(SSL_F_SSL23_GET_CLIENT_HELLO,SSL_R_UNKNOWN_PROTOCOL);
        goto err;
        }

Netscape 3 and 4 works fine. MSIE 3 also works fine. I have disabled SSL
v2 in MSIE and Netscape.

All hints are welcome!
--
Tomas Hellberg, SECTRA, http://www.sectra.se/

+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/  |
+-------------------------------------------------------------------------+

Reply via email to