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 93
    • Issues 93
    • 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
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Xiph.Org
  • Icecast-ServerIcecast-Server
  • Issues
  • #2180

Closed
Open
Opened Mar 16, 2015 by Melvyn Sopacua@vylmen

SSL for admin only

Hi,

I've tried the configuration below to setup SSL for the admn. This doesn't work and the documentation is too tierse to give me any hints.

Goal: Force and use SSL for /admin mountpoint. This needs to be a different URL (certificate has limited hostnames)

Configuration tried:

    <mount>
        <mount-name>/admin</mount-name>
        <ssl>1</ssl>
        <stream-url>https://www.example.com:8000/admin</stream-url>
    </mount>

Result:

  1. Admin is accessible through HTTP
  2. No secure connection can be established through HTTPS.

Note: firewall is not in play, because of 1), but verified regardless.

Assignee
Assign to
Icecast 2.5.0
Milestone
Icecast 2.5.0
Assign milestone
Time tracking
None
Due date
None
Reference: xiph/icecast-server#2180