Configure a safe connection to D365FO in OneBox Certificate reneval after expire
This article will tell you how to get rid of annoying “Not secure” message in the URL line when connected to Dynamics 365 for Finance and Operations in a local development environment (OneBox). You’ll learn why this happens and how to fix it! Here’s why it happens The reason lies in the fact that the site certificate is not compliant with the latest security standards. Chrome therefore treats it as invalid, while IE is not so strict. For Chrome 58 and later, only the subjectAlternativeName extension, not commonName , is used to match the domain name and site certificate. There was a registry quick fix for that, but it worked only up to the version 65. Here’s how to fix it You have to issue a new self-signed certificate for *.cloud.onebox.dynamics.com and change the web site binding settings to use it. Step 1: Create a new self-signed certificate Run the following Power Shell command (Run as Administrator): New-SelfSignedCertificate -Subject "CN=*.clo...