Hello,

I have a simple client/server application based on OpenSSL (0.9.6c).
The server runs on SuSE Linux, the client on Win98.
I built the OpenSSL DLLs on my Windows system and tested the 
client application. It was OK.
Then I copied these DLLs to a  different Win98 system, run the client
and the server failed with:

8343:error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown
protocol:s23_srvr.c:634:

I installed the client application on some more Win98 machines and
it runs only on a half of them. I debugged the server and the problem is that
the array p[] (i.e. s->packet) is empty in the function
ssl23_get_client_hello().
I think it means no data received from the client.

Do you have any idea what is wrong with these Windows systems?
(Installation problem?)

Thank you,
Lajos Rohoska
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to