Link to home
Start Free TrialLog in
Avatar of Aleks
AleksFlag for United States of America

asked on

Disable TLS1.0 on Win 2012 server

I am running a web application on a Win2012 server. The server has TLS1.0 enabled, which I want to disable.
The problem is that if I disable it the connection to MS SQL 2008 R2 which is installed on that server is broken, apparently it is using TLS1.0 to connect.
I have asked the IT to install all the patches for Windows 2012 and they have but none have resolved this issue.
Is there something I can do so that SQL connects with a newer version of TLS and not TLS1 so that I can disable it safely?
ASKER CERTIFIED SOLUTION
Avatar of Deepak Chauhan
Deepak Chauhan
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Dwonload and run isscrypto tool and you can disable that

Also you can use registry keys attached. Create reg file from those and run
Avatar of Aleks

ASKER

I know how to disable it. Currently sql connection would break if TLS1 is disabled
I need sql to support 2.0 once done I'll disable 1.0
Look at the links Deepak has posted. That provides what you need in order to have it support TLS 1.2
Avatar of Aleks

ASKER

Yes. I am asking my IT  to help. Once done I'll confirm and assign points to him.
Avatar of Aleks

ASKER

I meant 1.2