We can set the security protocol, when initializing a client.
By default, this should be:
ServicePointManager.SecurityProtocol =SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls;
Actual Behavior
Mention any other details that might be useful
It can happen, that a server does not understand the security protocol, which the client (that sends the http request) is using.
Expected Behavior
We can set the security protocol, when initializing a client. By default, this should be:
ServicePointManager.SecurityProtocol =SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls;
Actual Behavior
Mention any other details that might be useful
It can happen, that a server does not understand the security protocol, which the client (that sends the http request) is using.
Steps to reproduce the behavior
The log given by the failure.