csharp-rest-api icon indicating copy to clipboard operation
csharp-rest-api copied to clipboard

Target .net 4.5 and enable tls 1.2 connections

Open markvantilburg opened this issue 5 years ago • 0 comments

Disabling tls 1.1 on the client system triggers this error: The underlying connection was closed: An unexpected error occurred on a receive

Targetting .net 4.5 and enabling tls 1.2 in the code fixes this issue.

markvantilburg avatar Oct 29 '19 13:10 markvantilburg