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
Suppose I have an Icecast server listening for HTTP on port 80, and HTTPS on port 443.
When I connect to a stream via HTTPS, the port parameter sent to a listener_add URL-based authentication handler indicates port 80 in the POST data. I'd expect it to indicate port 443.
The text was updated successfully, but these errors were encountered:
Suppose I have an Icecast server listening for HTTP on port 80, and HTTPS on port 443.
When I connect to a stream via HTTPS, the
port
parameter sent to alistener_add
URL-based authentication handler indicates port 80 in the POST data. I'd expect it to indicate port 443.The text was updated successfully, but these errors were encountered: