Posts by Josias Damacena • 21 points
1 post
-
2
votes1
answer911
viewsA: TLS 1.2 Requests with Restsharp
Just add this line before the run: System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
1 post
2
votes1
answer911
viewsJust add this line before the run: System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;