Displaying 3 results from an estimated 3 matches for "auth_stream_authenticate".
2020 Jun 16
3
Empty username and password for stream_auth
...oes this happen and what should our authentication provider response to such a request?
Currently we response with HTTP status code 403 and the header "Icecast-Auth-Message: No username provided".
Icecast logs the following at the time of the request:
> [2020-06-11 10:08:57] INFO auth/auth_stream_authenticate request source auth for "/stream"
> [2020-06-11 10:08:57] INFO auth/queue_auth_client auth on /stream has 1 pending
> [2020-06-11 10:08:57] WARN auth/stream_auth_callback Failed auth for source "/stream"
I hope you can help me.
Best regards
Mit freundlichen Grüßen aus P...
2020 Jun 17
1
Empty username and password for stream_auth
...tive status code to Icecasts
> requests. The status code you send is about the request from Icecast to
> your backend server, not for the request from the client to Icecast.
>
>
>> Icecast logs the following at the time of the request:
>> > [2020-06-11 10:08:57] INFO auth/auth_stream_authenticate request
>> source auth for "/stream"
>> > [2020-06-11 10:08:57] INFO auth/queue_auth_client auth on /stream
>> has 1 pending
>> > [2020-06-11 10:08:57] WARN auth/stream_auth_callback Failed auth for
>> source "/stream"
>>
>> I hope...
2020 Jun 17
0
Empty username and password for stream_auth
...u should reply with a positive status code to Icecasts
requests. The status code you send is about the request from Icecast to
your backend server, not for the request from the client to Icecast.
> Icecast logs the following at the time of the request:
> > [2020-06-11 10:08:57] INFO auth/auth_stream_authenticate request
> source auth for "/stream"
> > [2020-06-11 10:08:57] INFO auth/queue_auth_client auth on /stream
> has 1 pending
> > [2020-06-11 10:08:57] WARN auth/stream_auth_callback Failed auth for
> source "/stream"
>
> I hope you can help me.
Hope tha...