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

on_publish, on_play, and other notifiers do not support https #1735

Open
spjoes opened this issue Aug 5, 2023 · 0 comments
Open

on_publish, on_play, and other notifiers do not support https #1735

spjoes opened this issue Aug 5, 2023 · 0 comments

Comments

@spjoes
Copy link

spjoes commented Aug 5, 2023

I've tried using proxy_pass but to no avail.
To test these, I tried streaming in OBS aswell as using the "curl" command in termal.
Using the answer is #1612 , results in:

<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.24.0</center>
</body>
</html>

adding proxy_ssl_server_name on; starts returning:

<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>cloudflare</center>
</body>
</html>

I have literally been attempting to fix this on and off for months to no avail. It would be easier if the module just started supporting https (and, no, Pull request #1683 ) didnt work. (for me atleast)

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