.Net Framework 4.6.1 not defaulting to TLS 1.2

后端 未结 11 2156
暖寄归人
暖寄归人 2020-11-30 23:45

Our client have recently upgrade the security protocol to TLS 1.2. Therefore We have our application upgraded to 4.6.1 expecting the security protocol will be default to TLS

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 23:55

    1. Update Windows and WinHTTP
    2. Ensure that TLS 1.2 is enabled as a protocol for SChannel at the operating system level
    3. Update and configure the .NET Framework to support TLS 1.2
      1. https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-default-secure-protocols-in-wi
      1. https://docs.microsoft.com/en-us/windows-server/security/tls/tls-registry-settings
      1. https://docs.microsoft.com/en-us/mem/configmgr/core/plan-design/security/enable-tls-1-2-client

    enter image description here

提交回复
热议问题