I have completed the SSL certificate rotation for D365FO, and everything is working fine from the application side.
However, I noticed that when users try to access the system, they receive a certificate warning .
The only workaround currently is to distribute the intermediate certificate to all end-user devices. After installing the intermediate certificate, the system works without any issue. However, this is not a proper solution, as we should not need to manually install certificates on all client devices, and at the end will not work from outside .
Certificate details:
- SSL Type: Wildcard Standard SSL (example:
*.mydomain.com) from GoDaddy
- Certificate Purpose: Server Authentication only
- Issuer: GoDaddy TLS Intermediate CA DV - R1v1
- Root CA: GoDaddy TLS Root CA - R1
Currently, the certificate is showing as untrusted. ( internally )
I am a little confused because this appears to be related to the recent GoDaddy certificate chain update. My expectation is that any device accessing this SSL certificate should be able to establish trust automatically without requiring manual installation of the intermediate certificate.
appreciated.