On May 10, 2006, at 11:05 PM, Stefan Walter wrote:


i dont use s_client(1). i wrote my own server, but if i send to
this server
QUIT then the server exit by themself.

I'm not sure how we can find a problem in code that you wrote yourself and don't tell us very much about. How exactly are you sending QUIT to the
server?

I am sending ist by using a java client... connection.write("QUIT\n");
then automaticaly the server close the connection and exit himself. i didnt implement this...

OpenSSL doesn't respond to "QUIT" so your server must be doing it. Perhaps your server is actually crashing due to an assumption on the amount of data that might be received in a single block(e.g. server expects 10 bytes and crashes due to a buffer underrun). I'm just guessing here.

You'll need to spend some time debugging your server. As pointed out by others, it's hard for us to help you without seeing your code.


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to