Are there any known issues using RestSharp and TLS 1.1? We are currently using RestSharp to send mail inquiries to a supplier. This provider is no longer going to accept TLS 1.0 connections and is switching to TLS 1.1.
The problem is that they switch from TLS 1.0 to TLS 1.1, then the RestSharp code, which we no longer work with.
I tested this on 2008 R2 (after enabling registry settings for 1.1 and 1.2) as well as on Windows 8.1. They switch to TLS 1.1, and RestResponse:
"The connected connection was closed: an unexpected error occurred while sending"
Go back to TLS 1.0 and no problem. I tested access to their site using Google Chrome, and it shows TLS 1.1, so the server and client workstation can use TLS 1.1. This seems to be a RestSharp problem ...
source share