Wednesday 28 October 2015

SharePoint 2013 – How to add SSL to a Web Application

SharePoint 2013 – How to add SSL to a Web Application

Here are some things that need to be done to make SSL work and to remove the ability to hit any sites via NON-SSL.  I recommend these settings if you guys plan to run SSL inside the corporate network for the 2013 instance of SharePoint.
Go to IIS on the WFE and do the following:
  • On the SharePoint – 80 site→ Edit Bindings
Step1SSL
  • In the Site Bindings dialogue, click Add → in the Type drop down, select https→ in the SSL Certificate drop down, select your cert.
Step2SSL
  • It should look like this when you’re done
Step3SSL
  • Next, on the SharePoint – 80 site, click on SSL settings
Step4SSL
  • Select the check box for Require SSL
Step5SSL
  • Launch the CA.  Go to Application Management → Alternate Access Mappings → Edit Public URLs
Step6SSL
  • Under Alternate Access Mapping Collection, select SharePoint – 80.
  • Change the Default to to the SSL site URL (e.g., https://servername.home.texas.com).  Make sure intranet, internet, custom and extranet are blank.  Click Save.
Step7SSL
  • Go back to the WFE and perform an IISReset
  • When IIS returns, launch the CA.  Remember, after an IISReset SharePoint sites, including the CA, take a minute to launch on the first time in
  • When the CA launches, click on General Application Settings → Farm Search Administration→ Search Service Application→ Content Sources →Local SharePoint sites → Under Start Addresses, change http://servername.home.tekxas.com to https://servername.home.tekxas.com.  Then run a full crawl.
Step8SSL
That should do it.

No comments:

Post a Comment