Disabling non SSL access

If you want to exclusively use SSL (HTTPS) and disable HTTP, do the following:

  1. Delete the line <Connector port="8888"/> from the psa_x.y.z/conf/server.xml file.
  2. From the main menu, click Settings > Site.
  3. Click Edit Settings.
  4. Change the http to https in the URL prefix.
  5. Click Save.
  6. Restart the application
     

Any changes you make to the web.xml and server.xml must be manually made in the respective files after every upgrade. DO NOT copy the files after each upgrade.