How to Migrate Gestore della configurazione from HTTP to HTTPS – Guida passo passo.
- Create the certificato Template (ConfigMgr Clients (if the workstation is not already in place), ConfigMgr IIS Server, E ConfigMgr DP Servers);
- Request the certificates;
- Sul IIS server, change the bind to allow HTTPS port (default 443) and select the certificato;
- Export the Root CA (and any other CA) certificato and import it into SCCM. Nota, do not force the SCCM to use PKI, instead, allow it to use HTTP or HTTPS;
- For each client, confirm that the Client Certificato 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 certificato selected;
- From the client, confirm that you can navigate to the CRL for the certificato;
- 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 tronco d'albero.
Now it is time to start migrating and testing all other roles:
For DistributionPoint:
– Import the new DP Certificato and set it to use HTTPS;
For Application Catalog:
– Set the IIS Bindings to use an IIS Certificato;
– You can easily change the app catalog website from HTTP to HTTPS, Tuttavia, 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 Certificato;
– 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.