Recently, our PCI DSS scan failed and requires us to disable TLS 1.0 (and enable TLS 1.1 or 1.2). I found instructions on how to do this in our Windows Server 2008 R2 box, but we have an outdated application that uses .NET Remoting (its Windows application. Windows.NET 2.0 forms / CSLA 1.5 data portal hosted on IIS), which doesn't communicate with the new settings.
I get the following exception:
I tried various configurations of combinations of TLS settings both on the client and on the server, but to no avail. Such as:
- Disabling TLS 1.0 on the client and server (in the registry) and enabling TLS 1.2.
- Enabling TLS 1.1 both on the client and on the server (in the registry).
, .NET 4.5 TLS 1.1 1.2, , .NET. ?
, , Microsoft 4.5.2.
, .NET 4.5.2, , ( , , ). , .NET 10 .
, - .NET Remoting TLS 1.1 1.2?
:
- .NET Framework 4.5.2?
- , , , ?
- .NET Framework 4.5.2 - , , , , .NET, , , .NET, - ?
:
- Windows Server 2008 R2 .
- IIS 7.5 SSL (CSLA dataportal).
- Windows 7 Professional .