You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a similar problem with ssl. Unsecure communication works, the https sites doesn't appear.
I use the BYOC ssl setting, it works with version 0.6.8.
I have two instances running, as well a http server on port 8080
Command line to start restreamer:
docker run -d --name c1_restreamer --restart always -e "RS_USERNAME=myuser" -e "RS_PASSWORD=mypassword" -p 8081:8080 -p 8091:8181 -e RS_HTTPS=true -v /c1_restreamer/db:/restreamer/db datarhei/restreamer:dev
Restreamer is working fine on an unsecure port,
when SSL is applied home page works fine
but when I click to enter the main application with route mywebsite/ui/ it says 404 page not found.
I am using Nginx Ubuntu Server, https redirction is applied through nginx server proxy on http://mywebsite:8080
The text was updated successfully, but these errors were encountered: