Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Icecast-Server
Icecast-Server
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 94
    • Issues 94
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • Icecast-ServerIcecast-Server
  • Issues
  • #2389

Closed
Open
Opened Jul 14, 2020 by tormyvancool@tormyvancool

Infinite loop login/passwd when htpasswd is used

Setting up Icecast 2.4.4 Windows version (W7 64bit and HTTP protocol (I don't use HTTPS)) I got a strange issue, not reported by the error.log The created user, gets an infinite loop of LOGIN popups. Writing the correct login and password, the popup is always returned and the user never get access. Even giving to the user a login string as http://user:password@My_Public_Ip:8000/stream (where /stream is my mountpoint)

  • 8000 is the port I use
  • It's opened in bidirectional way on my router and firewall
  • protocols: TCP/UDP

Please here below just the lines for the auth in attachment ou find my icecast.xml "anonymized", as requested by your Policies, and the chunck of the error.log where I got the infinite loop

It resulted impossible to use Login and Password (at the moment). Users should be very limited, that's why I put just 3 The MyAuth file is correctly generated and managed bui the UI

    <!-- Normal mounts -->
    <mount type="normal">
        <mount-name>/stream</mount-name>
        <max-listeners>3</max-listeners>
        <authentication type="htpasswd">
                <option name="filename" value="myauth"/>
                <option name="allow_duplicate_users" value="0"/>
        </authentication>
    </mount>

icecast.xml error.log

Edited Jul 14, 2020 by tormyvancool
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: xiph/icecast-server#2389