Change the Pentaho Server Fully Qualified URL
If you switch from HTTP to HTTPS, you must also change the Pentaho Server's tokenized fully qualified URL value to accommodate for the new port number. Follow the directions below to change the fully qualified URL:
- Stop the Pentaho Server if it is currently running.
- Navigate to the
pentaho/server/pentaho-server/pentaho-solutions/system
directory. - Open the
server.properties
file with any text editor. - Locate the following element and modify the port number to match your SSL-enabled port number:
fully-qualified-server-url=http://localhost:8080/pentaho/
- Save and close the file.
- Start the Pentaho Server and make sure that it is available through HTTPS on the specified port.
The Pentaho Server is now configured to communicate on an SSL-aware port.