How to Migrate Configuration Manager from HTTP to HTTPS – Step-by-Step Guide.
- Create the certificate Template (ConfigMgr Clients (if the workstation is not already in place), ConfigMgr IIS Servers, and ConfigMgr DP Servers);
- Request the certificates;
- On the IIS servers, change the bind to allow HTTPS port (default 443) and select the certificate;
- Export the Root CA (and any other CA) certificate and import it into SCCM. Note, do not force the SCCM to use PKI, instead, allow it to use HTTP or HTTPS;
- For each client, confirm that the Client Certificate is set to PKI (you can easily check the HKLM\Software\Microsoft\CCM\HttpsState and HKLM\Software\Microsoft\CCM\PKICertReady). or you can check the Report Clients incapable of HTTPS communication;
- Confirm that you can navigate to HTTPS://;
- From the server, confirm that you can navigate to the CRL for the certificate selected;
- From the client, confirm that you can navigate to the CRL for the certificate;
- On the console, add the column “Client Certificate” and confirm that it is set to PKI” for all clients (this may take a couple of days/week to be completed);
- Once all machines are ready to use HTTPS, migrate the MP and check the logs: MPSetup, MPMSI & MPControl;
- On the client side, check the ccmmessaging log.
Now it is time to start migrating and testing all other roles:
For DistributionPoint:
– Import the new DP Certificate and set it to use HTTPS;
For Application Catalog:
– Set the IIS Bindings to use an IIS Certificate;
– You can easily change the app catalog website from HTTP to HTTPS, however, you cannot do it for the app catalog webservice. in this case, you’ll need to uninstall and install it again.
For Software Update Point:
– Set the IIS Binding to use an IIS Certificate;
– run the WSUSUtil.exe configure SSL (check ServerCertificateName and PortNumber under HKLM\Software\Microsoft\Update Services\Server\Setup);
– Change the SUP to use SSL and confirm it is working;
– force APIRemoting30, ClientWebService, DSSAuthWebService, ServerSyncWebService, and SimpleAuthWebService to use SSL only.