Header image

It's full of stars

Where documentation meets reality


Afaria Setup 7: Configure SSL for web application

By Tobias Hofmann August 12, 2015 Posted in SAP

Reading time: 1 min read


Having a SSL certificate installed and available in IIS, access to web sites / applications can be secured using SSL. Next step is to secure the access to the Afaria Web Application. This will be done by activating SSL for the entire web site, that is: all resources under the default web site can be accessed using SSL. The SAP Afaria web application is not installed yet, but after it is installed, it will be run beneath the default web site by IIS. As the default web site is configured for IIS, all resources underneath it will be too.

Configuration

  1. Open IIS Manager
  2. Select Default Web Site

  1. Select bindings

  1. Select https and click Edit …

  1. Select SSL certificate afaria from list. Afaria is the friendly name / alias given the the IIS certificate in the previous step: installing SSL to IIS.

Result

IIS default web site now accessible using SSL.