Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Icecast-Server Icecast-Server
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 99
    • Issues 99
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • Icecast-ServerIcecast-Server
  • Issues
  • #2175

Closed
Open
Created Mar 13, 2015 by Sebastian@Sebastian

Url auth with HTTPS on Win not working

Hi guys,

i tried url auth yesterday with an https link on windows.

I get this error here:

[2015-03-12  16:55:20] WARN auth_url/auth_url.c auth to server https://www.domain.com/auth.php failed with Problem with the SSL CA cert (path? access rights?)

With this configuration:

<mount type="normal">
  <mount-name>/radio</mount-name>
  <max-listeners>10</max-listeners>
  <username>...</username>
  <password>...</password>
  <authentication type="url">
    <option name="listener_add" value="http://www.domain.com/auth.php"/>
    <option name="auth_header" value="icecast-auth-user: 1"/>
  </authentication>
</mount>

I know that you have tried to make it run for windows. I just wanted to keep it tracked here.

Comments/ideas from tbr to that:

"it is working fine on linux. It might work on windows, but nobody figured out how to feed the CA path or file to the curl/nss combination."

"if someone figures out how OR if I switch to Fedora as the build distro, then it /might/ you're free to build on fedora, then it would link against an openssl curl and that might work, or not."

Thanks.

Edited Oct 17, 2018 by Marvin Scholz
Assignee
Assign to
Time tracking