Re: Remote server doesn't seem to respond to SSL_shutdown

2011-09-19 Thread Dmitrij K
Hi Scott! > When it is time to cleanly close the connection, it calls SSL_shutdown(), > then returns to its select loop to wait for a response indicating that the > server has completed its end of the shutdown. When the server has > completed the shutdown, it expects select to return with a reada

Remote server doesn't seem to respond to SSL_shutdown

2011-09-19 Thread Scott Gifford
Hello, I'm debugging a problem with ucspi-ssl, an open-source SSL client and server wrapper. For the most part everything works great, but I am seeing strange shutdown behavior when using the client wrapper to connect to one particular server. The