N1 Service Provisioning System 4.1 Installation Guide

Requiring Users to Connect to the Web Interface Using SSL

After you have configured the N1 Service Provisioning System 4.1 to use SSL, you can configure it further so that users must use SSL to connect to the server.

ProcedureHow to Require Users to Connect Using SSL

Step
  1. Replace the current web.xml file with the Tomcat /webapp/WEB-INF/web.xml.secure file.


    % cd /N1SPS4.1-home/webapp/WEB-INF
    % cp web.xml.secure web.xml
    

    N1SPS4.1-home is the home directory of the application.

ProcedureHow to Revert to the Original Configuration

Step
  1. To return to the original configuration, replace the web.xml file with the /webapp/WEB-INF/web.xml.default file.


    % cd /N1SPS4.1-home/webapp/WEB-INF
    % cp web.xml.default web.xml
    

    N1SPS4.1-home is the home directory of the application.