Skip to content

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

@spjoes

Description

@spjoes

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions