xiph / Icecast-Server

Icecast streaming media server (Mirror) - Please report bugs at https://gitlab.xiph.org/xiph/icecast-server/issues
https://icecast.org
GNU General Public License v2.0
465 stars 127 forks source link

Wrong port passed to URL authentication when listening on both :80 and :443 #32

Closed bradisbell closed 1 year ago

bradisbell commented 4 years ago

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.

phschafft commented 1 year ago

See https://gitlab.xiph.org/xiph/icecast-server/-/issues/2435.