Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This procedure describes how to install/configure your receiving MSH for HTTPS support. In this procedure, we will use the Default Web Site as reverse proxy.

...

Installing Application Request Routing Extension

We need to install this extension so we can configure the URL Rewrite in our reverse proxy.

...

Activate ISS Manager

On a local machine, default the ISS Manager isn’t activated as Windows Component.

  • Click Start → Control Panel → Programs → Program and Features
  • On the left pane, click Turn Windows features on or off
  • Expand Internet Information Services à Web Management Tools
  • Check IIS Management Console

...

Open ISS Manager

  • Click Start → Run
  • Type inetmgr and click Open

...

Rules

  • In the left column Connections, Choose Sites → Default Web Site

...

...

Bindings

We need to specify in the bindings what’s the port number and certificate we use in the reverse proxy.

...

  • Select as Type: https
  • Insert 443 as Port
  • Select a SLL Certificate (IIS Express Development Certificate in example)

...

SLL Settings

As extra, we configure the reverse proxy so it requires a certificate.

...