In testing to prepare for the deprecation of support for TLS 1.0 and 1.1, found that a custom application that was created using the Rally Rest API DLL for .NET, version 2.0.1.0 failed to connect to Rally.
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;