>From: owner-openssl-us...@openssl.org On Behalf Of Mithun Kumar >Sent: Friday, 14 September, 2012 20:53
>On the issue i am working currently after i connect to a SQL Server, >Client hello is sent successfully but I am not getting server hello >and READ() below returns as highlighted. Looks like server is closing >the connection after receiving a client hello. On the screen i see >Socket Closed exception. Yes, you already knew that from s_client -debug . If you connect to SQLServer and immediately start an SSL handshake, the server considers it illegal and closes. So, don't do that. If you *are* doing the TDS needed to start SSL but it isn't working right, there should be some error indication *in TDS* (but I don't know what) and you shouldn't even attempt the SSL handshake. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org