Post

SharePoint 2010 http to https URL Redirection
Problem The problem is that internal users receive errors when they navigate to the SharePoint 2010 site without using https://. The following occurs when I browse to my internal https SharePoint site without using http(s). I receive the IIS 7 logo or the error ‘Internet Explorer cannot display the webpage’: Solution You can redirect http […]

Problem

The problem is that internal users receive errors when they navigate to the SharePoint 2010 site without using https://. The following occurs when I browse to my internal https SharePoint site without using http(s). I receive the IIS 7 logo or the error ‘Internet Explorer cannot display the webpage’:

clip_image002

clip_image003

Solution

You can redirect http traffic to https using IIS.

Create a new IIS Site that uses port 80

clip_image005

clip_image007

Create a redirect that points to the https version of the site.

https://portal.domain.local/sitepages/home.aspx

clip_image009

Grant ‘everyone’ read permissions on the newly created IIS Web folder

clip_image010

Enable directory browsing for the newly created IIS site

clip_image012

Perform an IIS reset and internal users will be forwarded to the https version and they wont receive errors anymore.

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Archive