Enabling SSL on a SharePoint site

With any public-facing web server these days it is best practice to use SSL to make sure traffic is encrypted.  SharePoint is no exception so today I’m going to generate an SSL certificate and attach it to my site.  I will then disable HTTP.

My site is for personal use and doesn’t contain any sensitive data, so I’ll the certificate authority in my Active Directory domain.  For SharePoint sites used for business I’d highly recommend buying a certificate from an authority such as Thawt or Verisign.

So, the first thing I’ll do is generate a certificate request using IIS on the SharePoint server.  This is the process:

  1. Open IIS Manager, select the server and click Server Certificates
  2. From the Actions pane click Create Domain Certificate
  3. Enter all of the requested details and click Next (see the screenshot below)
  4. Enter the name of the certificate authority and a friendly name then click Finish

Certificate_Request

Next, I need to attach the certificate to the IIS site.  Here are the steps:

  1. In IIS expand Sites and select the SharePoint – 80 site
  2. From the Actions pane click Bindings then click Add
  3. Choose HTTPS from the type list and select the certificate that was created previously (see the screenshot below)
  4. Click OK and then click Close

HTTPS_Binding

The final task is to configure an alternate access mapping in SharePoint that uses HTTPS.  This is how:

  1. Log in to the Central Administration and from the Application Management menu choose Configure alternate access mappings
  2. Click the URL for Internet access and modify the link to use HTTPS instead of HTTP
  3. Click OK

Note: You may need to make changes to your firewall configuration to allow port 443 (HTTPS) traffic to your SharePoint server.

[BlogBookmark] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Furl] [Google] [LinkedIn] [MySpace] [Reddit] [Slashdot] [StumbleUpon] [Twitter] [Windows Live] [Yahoo!] [Email]