[Icecast] Icecast and HTTPS
Wang
Wang at pc-factory.at
Fri Jan 8 13:31:16 UTC 2021
> That should be easy, just use only one <listen-socket> section with ssl enabled:
>
> <listen-socket>
> <port>8000</port>
> <ssl>1</ssl>
> </listen-socket>
Thought so too. But in this case port 8000 does not work.
With this:
<listen-socket><port>8000</port><ssl>1</ssl></listen-socket>
<listen-socket><port>8443</port><ssl>1</ssl></listen-socket>
neither port 8000 nor port 8443 work.
What might I be missing here?
> Did you restart (and not only reload) icecast ?
Yes, I did.
> Paul
More information about the Icecast
mailing list