Can’t open OpenRemote Manager UI in browser at https://localhost
refert to github Quickstart
chrome show : Not secure , certificate is not valid
doesn’t work
Can’t open OpenRemote Manager UI in browser at https://localhost
refert to github Quickstart
chrome show : Not secure , certificate is not valid
doesn’t work
already tried,But still can’t work.
Jump to https://localhost/manager/, showing a blank page.
How do you start the docker-compose?
Did you edited the docker-compose.yml?
No modification of docker-compose.yml
Start with “docker-compose -p openremote up” command
But the startup log has the following error:
################
No renewals were attempted.
No hooks were run.
sha1sum: can’t open ‘/deployment/certs/*’: No such file or directory
################
This error is ok, since you have no own ssl-cert.
This means, it uses the demo cert instead.
Could you press F12 in Browser and show the console error?
Do you reach: localhost/auth ?
Please check manager health.
docker container ls
docker inspect container-id
localhost/auth is no problem.
But https://localhost/auth/admin/master/console/ is also a blank page.
check container root_20221026_201817.txt (61.9 KB)
check container log
The solution has been found, refer to
Start the container with “OR_HOSTNAME=IP docker-compose up -d” and everything works fine.
But after restarting my server
https://localhost/
and
https://localhost/auth
can’t access
Delete the container and start the container again with “OR_HOSTNAME=IP docker-compose up -d”.
all works fine
Can you help me. thanks
The Container Starts at restart automatically with the docker-compose.yml
You can edit the docker-compose.yml to your Environment.
docker-compose.yml is already configured to start the container.
Restarting the server has started the container, but the browser cannot access the GUI.
Could you provide your yml? also provided some informations of your server.