Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ISPConfig 3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 551
    • Issues 551
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 41
    • Merge requests 41
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #3072

Closed
Open
Created Mar 11, 2014 by Stephan Kellermayr@sonority

"WARNING - Action aborted, file is a symlink" when adding wildcard-certificate to vhost (NGINX)

if you want to add a class3 wildcard-certificate to a vhost, it cannot be saved correctly. the procedure output a warning "Action aborted, file is a symlink", because the wildcard character (*) is not allowed at line 783 in 'server/lib/system.inc.php': if(!preg_match('/^/[a-zA-Z0-9_/.-]{1,}$/',$path)) return false;

...but if you add '*' to the allowed characters it will work: if(!preg_match('/^/[a-zA-Z0-9_/.-*]{1,}$/',$path)) return false;

i dont know if it break some other things, but someone with more knowledge in ispconfig-sourcecode could investigate this problem.

best regards, Stephan

Assignee
Assign to
Time tracking