/
Disabling non SSL access
Disabling non SSL access
If you want to exclusively use SSL (HTTPS) and disable HTTP, do the following:
- Delete the line <Connector port="8888"/> from the psa_x.y.z/conf/server.xml file.
- From the main menu, click Settings > Site.
- Click Edit Settings.
- Change the http to https in the URL prefix.
- Click Save.
- 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.