Configuring and Accessing Trino in a Nonsecure Cluster

A non-HA cluster is nonsecure.

To access the Trino interface in a nonsecure cluster:
  1. Open a browser window.
  2. 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.