By default, OpenIDM listens on the following
ports (specified in /path/to/openidm/conf/boot/boot.properties):
8080HTTP access to the REST API, requiring OpenIDM authentication. This port is not secure, exposing clear text passwords and all data that is not encrypted. This port is therefore not suitable for production use.
8443HTTPS access to the REST API, requiring OpenIDM authentication
8444HTTPS access to the REST API, requiring SSL mutual authentication. Clients presenting certificates found in the trust store under
openidm/security/are granted access to the system.
The Jetty configuration (in openidm/conf/jetty.xml)
references the ports that are specified in the boot.properties
file.

