Force TLSv1.2 for applications on .NET Framework 2.0/3.5 on WinServer2019

Bruno Sousa 21 Reputation points
2020-08-13T15:44:31.163+00:00

My application (written in .NET Framwork 2.0/3.5) consumes a webservice that only responds in TLS v1.2. How can I make it work sing I am using Windows Server 2019 and microsoft articles only explain how to do it in windows 2008 and 2012?

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,768 questions
{count} votes

Accepted answer
  1. Daisy Zhou 24,126 Reputation points Microsoft Vendor
    2020-08-14T09:40:38.017+00:00

    Hello @Bruno Sousa ,

    Thank you for posting here.

    From the link below, we can see:
    NET Framework 4.6.2 and later supports TLS 1.1 and TLS 1.2. Confirm the registry settings, but no additional changes are required.

    17607-net.png

    Update to enable TLS 1.1 and TLS 1.2 as default secure protocols in WinHTTP in Windows
    https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-default-secure-protocols-in-wi

    We may need to update NET Framework to 4.6.2 or later, then write application in NET Framework to 4.6.2 or later on Windows server 2019.

    Hope the information is helpful.

    Best Regards,
    Daisy Zhou

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.