Add https to your SCSM portal after initial install

Here was my problem: I installed SCSM 2019 and installed the web portal on the same SCSM app server. During the install I chose to use http, thinking I wouldn't need https. Later on, I discovered that I needed to have https for a different project (embedding the portal in an iframe on a https SharePoint site). So I needed to convert my portal over to https. With the help of Microsoft support, here is what I did:

  1. Create your CNAME for the server in DNS
  2. Import the SSL certificate and the certificate chain to the web server
  3. Launch IIS Manager
  4. On the SCSM portal site, click bindings
  5. Click Add
    1. Type: https
    2. IP Address: All Unassigned
    3. Port: 443
    4. Host Name: your CNAME you created
    5. SSL Certificate: The cert you imported
    6. Click OK
  6. In IIS Manager, Expand Sites and click on the Portal Website->Configuration Editor
  7. From the dropdown menu select system.webServer > security > authentication > windowsAuthentication
  8. Change “useAppPoolCredentials” to “True”
  9. Reset IIS
  10. On the client machine, Open Internet Explorer and add the SCSM portal site to trusted sites.
    1. Navigate to Tools->Internet Options->Security->Custom Level->Select “Automatic login with current user name and password”.
    2. You can also update your trusted sites in the organization through group policy 
      1. [CLICK HERE]
After doing this, your SCSM portal site should be working correctly over https
Share on Google Plus

About Tom DeMeulenaere

Highly accomplished information technology professional with extensive knowledge in System Center Configuration Manager, Windows Server, SharePoint, and Office 365.
    Blogger Comment

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.