External openremote access

We have updated docker-compose file to have the OR_HOSTNAME variable set to our external static IP and we managed to access openremote remotely (no modification to default ports made).

We are trying to change the default port used to access the openremote. We have apply a port forwarding rule in our router (3000 to 80) in order to achieve openremote access as

{external static ip}: 3000

but it is not working!
The message refers to “… Can not provide a secure connection”

Any suggestion?

The OpenRemote stack needs two ports for SSL generation (assuming you are using auto SSL generation). Port 80 and port 443.

The proxy service doesn’t currently support SSL generation using non standard ports, this is something I will look to add soon.