A non-HA cluster is nonsecure.
To access the Trino interface in a nonsecure cluster:
-
Open a browser window.
-
Enter the following URL:
http://coordinator-ip-address:8285
8285 is the default port and configured in the http-server.http.port config file located at /etc/trino/conf/config.properties in the master node. coordinator-ip-address is the IP address of the master node where the Trino coordinator is running.
SSL isn't supported for Trino in a non secure cluster.