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

No webcam with HTTPS and basic_auth #268

Open
jdfalk opened this issue Mar 22, 2022 · 0 comments
Open

No webcam with HTTPS and basic_auth #268

jdfalk opened this issue Mar 22, 2022 · 0 comments

Comments

@jdfalk
Copy link

jdfalk commented Mar 22, 2022

When I enable basic_auth in nginx the webcam stops working on the monitor page. Disable it, and the webcam works both over HTTPS.

It looks like it's not sending authentication info as I am getting a 401 unauthorized on the server.

[21/Mar/2022:20:01:21 -0400] "GET /api/printer HTTP/1.1" 200 220 "-" "cura/4.13.1 OctoPrintPlugin/3.6.0"
[21/Mar/2022:20:01:23 -0400] "GET /api/printer HTTP/1.1" 200 223 "-" "cura/4.13.1 OctoPrintPlugin/3.6.0"
[21/Mar/2022:20:01:23 -0400] "GET /api/job HTTP/1.1" 200 193 "-" "cura/4.13.1 OctoPrintPlugin/3.6.0"
IP REDACTED - - [21/Mar/2022:20:01:25 -0400] "GET /webcam/?action=stream HTTP/1.1" 401 172 "-" "Mozilla/5.0"
[21/Mar/2022:20:01:25 -0400] "GET /api/job HTTP/1.1" 200 193 "-" "cura/4.13.1 OctoPrintPlugin/3.6.0"
[21/Mar/2022:20:01:25 -0400] "GET /api/printer HTTP/1.1" 200 220 "-" "cura/4.13.1 OctoPrintPlugin/3.6.0"
[21/Mar/2022:20:01:27 -0400] "GET /api/printer HTTP/1.1" 200 222 "-" "cura/4.13.1 OctoPrintPlugin/3.6.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant