Hi,
I have so infrastructure where on one server there are several CRM Organizations. And one need only access via HTTP, and to the other only by HTTPS.
For this was created certificate, in IIS for crm site added binding of ssl type on port 443, in CRM Deployment Manager switched binding type in HTTPS and for all services prescribed port 443. As a result, CRM is accessible via HTTP and HTTPS.
But the problem was discovered when custom java-scripts stopped work.
It turned out that /XRMServices/2011/OrganizationData.svc, accessed by scripts - refuses to work on the two protocols (either works only for http, or at https), while /XRMServices/2011/Organization.svc and /XRMServices/2011/discovery.svc
work fine on both protocols.
What am I doing wrong?
Please, feel free to add your comments.