Hi, In my server application, before I establish a connection with the client, I check whether an SSL object has been created (SSL_new()) and thus free it (SSL_free()). The reason to do this is to prevent memory leak (related to a different bug). However, my application hangs. Is this a correct approach, and if yes, why does the application hang? Thanks, Rahul