Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 /ui/ not found when ssl is applied #530

Open
mabdullahafzal opened this issue Mar 22, 2023 · 3 comments
Open

404 /ui/ not found when ssl is applied #530

mabdullahafzal opened this issue Mar 22, 2023 · 3 comments
Assignees
Labels

Comments

@mabdullahafzal
Copy link

mabdullahafzal commented Mar 22, 2023

Restreamer is working fine on an unsecure port,

image

when SSL is applied home page works fine
image

but when I click to enter the main application with route mywebsite/ui/ it says 404 page not found.

image

I am using Nginx Ubuntu Server, https redirction is applied through nginx server proxy on http://mywebsite:8080

@mabdullahafzal
Copy link
Author

I found #525 in the issues section.
I tried this but still not working for me.

Now my webpage is redirecting to the player site but no channel is working there.
When I put /ui/ it gives same error 404 not found.

@jstabenow
Copy link
Member

Hey @mabdullahafzal
Please provide your NGINX configurations and the Docker command you used to start Restreamer.

@jstabenow jstabenow self-assigned this Apr 26, 2023
@torgo6
Copy link

torgo6 commented Apr 30, 2023

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

BR
Thomas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants