Hi,
I am working on a application which is crm 2015 on premise. recently an external server got updated to TLS 1.2, and the custom workflows which were communicated to them previously were unable to communicate now.
Not sure, the reason .
I tried adding below code to my C# code still I am unable to establish a communication between the CRM and External server.
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12
I found below blog post still unable to resolve the issue.
blogs.perficient.com/.../