Is it possible to use .NET Remoting + TLS 1.2 (or 1.1)?
问题 Recently our PCI DSS scan failed, and requires that we disable TLS 1.0 (and enable TLS 1.1 or 1.2). I found the instructions on how to do so on our Windows Server 2008 R2 box, but we have a legacy application that is using .NET Remoting (its a .NET 2.0 windows forms app/IIS hosted CSLA 1.5 data portal), which doesn't communicate with the new settings. I am getting the following exception: I have attempted various configurations of combinations of TLS settings in both client and server to no