Share via

Windows SSL -> TLS ?

cristopheB 551 Reputation points
Apr 25, 2022, 11:40 AM

Hello,
I have some question about SSL / TLS , here is it.
we need to unactive SSL on all server windows.
We found some article , where it's explain how to do with the registry ..well

first question, as I understand TLS, TLS 1.1 / TLS 1.2 come with update on windows.
Can you confirm me this ?

second question, what we risk if we unactive SSL and TLS is not present ?
How to know if TLS is well active ?

third question, for all client we used(android app, chrome client, ...) who connect to these server how to verify if TLS is well active ?

Last question, if we remove / unactive SSL on windows its for all server (IIS, computer, ..)
thanks

Internet Information Services
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
3,031 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruce Zhang-MSFT 3,766 Reputation points
    Apr 26, 2022, 3:23 AM

    Hi @cristopheB ,

    first question, as I understand TLS, TLS 1.1 / TLS 1.2 come with update on windows.

    Yes, an upgrade to TLS is mentioned in some Windows server KB updates. You'll need to look specifically at what's updated. If your Windows server has never been updated, the version that supports TLS will be as shown in this document.

    196338-1.png

    second question, what we risk if we unactive SSL and TLS is not present ?

    TLS originally evolved from Secure Socket Layers (SSL). TLS encryption helps protect web applications against data tampering and eavesdropping and is becoming standard practice for most websites. SSL/TLS protocols were developed to respond to the increasing number of security threats and the need for encryption from both client and server ends. Without TLS, sensitive information transferred over the internet such as login credentials, personal information, and credit card numbers are vulnerable to theft. It would also be possible for unknown third parties to monitor emails, browsing habits, and direct message correspondence.
    You can check TLS version and active status in browser.
    196432-2.png

    for all client we used(android app, chrome client, ...) who connect to these server how to verify if TLS is well active ?

    I'm not sure android app. But chrome client can check it in browser like the image above. It will show TLS 1.x when it is active.

    Last question, if we remove / unactive SSL on windows its for all server (IIS, computer, ..)

    It only for current server which you remove SSL. Other servers which didn't remove SSL won't be affected.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best regards,
    Bruce Zhang

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Vito Procino 6 Reputation points
    Apr 25, 2022, 1:04 PM

    You can remove ssl in safe only if you dont have windows 2003.
    Tls is active default on windows 2008 and next edition.
    Yoe can see this link
    https://learn.microsoft.com/it-it/windows/win32/secauthn/protocols-in-tls-ssl--schannel-ssp-
    Bye

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.