Hello Dave, Below is what i see in Server Logs "Encryption is required to connect to this server but the client library does not support encryption; the connection has been closed. Please upgrade your client library. Error: 17835, Severity: 20, State: 1"
Do you have any pointers? Have you encountered any time before such errors in forum? -mithun On Tue, Sep 18, 2012 at 12:15 AM, Dave Thompson <dthomp...@prinpay.com>wrote: > >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 >