Hi,
we are installing CRM Dynamics 2016,
we currently have installed a development environment, and configured ssl certificate for IFD and so.
The certificate we used is a wildcard *.domainA.com
Everything is working fine, we can access through internal and external URL with no issues (being validated by ADFS and so).
Internal: internalurl.domainA.com
External: externalurl.domainA.com
But now, we want to publish that on internet, problem is that to access here, the URL should be something like:
externalurl.domainB.com (a different domain with it's own wildcard certificate). And then be redirected to externalurl.domainA.com
In the DMZ there's a proxy/balancer NetScale, our concern is....
The user will type on his browser, https:/externalurl.domainB.com....
Then he should be validated with the certificate of domainB.... once validated NetScale will redirect to the CRM external URL (externalurl.domainA.com) but this one has a different domain and thus a different certificate.
And I don't know how all it will be dealt.
- User needs to have installed both certificates? (domainA and domainB certificates?) And if he does have both certificates, everything will work fine
- It is not supported?
- Or balance/proxy has to do some kind of certificate redirection.
Sorry but I'm quite lost here.