I have a console application that updates data in crm and it works well in most cases. But yesterday I got the error:
An error occurred while making the HTTP request to https://****.crm.dynamics.com/XRMServices/2011/Organization.svc/web?SdkClientVersion=9.0.0.0. This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case. This could also be caused by a mismatch of the security binding between the client and the server.
I`m using framework 4.7.2 and I have "ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12" above my connection.
Dynamics 365 Online version 9.1.0000.22251
Any suggestions?