Posts by Gabrielle Adriano • 1 point
1 post
-
-3
votes1
answer69
viewsA: Error accessing end-point using restsharp
I had a similar problem involving different versions of windows and what helped me was to add this line: ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 |…