Configuring Vocera Clinical Workflow Engine Console for SSL

You can specify whether to access the Vocera Clinical Workflow Engine Console using SSL.

  1. Note: For information on enabling and disabling SSL, see KB3326. You can obtain this KB document from Vocera Technical Support.
    In the Vocera Clinical Workflow Engine installation folder, navigate to the MvisumAlertsAdmin subfolder.
  2. Edit the web.config file.
  3. To require SSL, set the following parameter in the <system.web> section of the web.config file:
    <httpCookies httpOnlyCookies="true" requireSSL="true"/>

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

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

    Users must now include http in the CWE Console URL.