May 28, 2019 at 8:18 pm
I was recently contacted by our Infrastructure group with a question about when\if we were going to implement TLS 1.2 on our SQL Servers. I hate to admit it but this is one are where I am pretty ignorant. So, I have been doing a LOT of reading and I'm getting to the point where I feel like I am reading the same things over and over, with just each person's little twist on the presentation. In all that I am reading, however, I am not finding answers to some of my questions or I am getting conflicting answers. I'm hoping some of you gurus out there can either help me with these questions or point me in the right direction for a good explanation.
As of now, we only have one SQL Server that has any encrypted connections.
Sorry if these sound like newbie questions but I am getting overwhelmed by the amount of information I am reading but underwhelmed at the actual limited amount of differences in the posts without answers to some of my questions.
Any help is greatly appreciated!
----------------------------------------------------------01010011010100010100110000100000010100110110010101110010011101100110010101110010001000000101001001101111011000110110101101110011
May 29, 2019 at 9:10 pm
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
May 30, 2019 at 3:15 pm
Hi Hawg
There is a PASS video about TLS 1.2 made by a microsoft sql tiger team.
May 30, 2019 at 5:28 pm
Funny, we started working on this last week. Our security admin rolled out some changes to the registry that disabled TLS 1 and RC4 to eliminate some vulnerabilities. Here is what has happened so far. It is turning out to be much more work than expected. It's not just ssl encrypted sql server connections, but lots of other encryption that happens by default behind the scenes. Basic functionality of apps to the database was not broken.
Spotlight monitoring broke to the 2008 servers. Patched those and resolved that small issue.
SSRS 2016 on a windows 2012 R2 server broke - report builder could not connect. RSScripter, another utility could not connect. Resolved that using the entries shown here. However, that caused Power BI to not be able to connect to a web service on another web server in our environment. Still working on that issue. Guessing the web app is running on older .net that doesn't support TLS 1.2.
Back to the 2008 servers. Started testing connections to the servers with TLS 1.0 disabled.
Co-worker found another registry key that needed to be enabled after the patch, that got SQLCMD working.
See this article, seems like a good resource.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply