Hi Portal experts,
We are in the process of migrating our CRM onPremise 2015 to CRM online. One of our integrations include Adxstudio Portals. We already have portal site running live for CRM onpremise.
I am trying to connect to CRM online using Adxstudio 7.0.0086 version. Whenever I enter the CRM Online organisation url in the Adxstudio Portals config page, it gives me this following error.
- The Organization Service URL is invalid. Metadata contains a reference that cannot be resolved: 'xxxxxxx.api.crm.dynamics.com/.../Organization.svc;sdkversion=6.1'. The underlying connection was closed: An unexpected error occurred on a send. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. An existing connection was forcibly closed by the remote host
Any clue what might be the issue?
I did some research and have upgraded the .net framework from 4.5 to 4.6.2 but still no luck. Is it to do with the Tsl 1.2 security protocol? I have added the below code as well in the setupcontroller file
- ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;
Please help. Thanks in advance!
Regards,
SdDev
*This post is locked for comments