Accessing the Console Using SSL

You can specify whether to access the Vocera Alarm Management Console using SSL (whether the URL is to contain HTTPS or HTTP).

  1. In the Vocera Alarm Management installation folder, navigate to the MvisumAlertsAdmin subfolder.
  2. Edit the web.config file.
  3. To require SSL, set the following parameter:
    <httpCookies httpOnlyCookies="true" requireSSL="true"/>

    When this is set, users must include https in the VAM Console URL.

  4. To not require SSL, set the parameter to false:
    <httpCookies httpOnlyCookies="true" requireSSL="false"/>

    Users must now include http in the VAM Console URL.