Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • I ISPConfig 3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 599
    • Issues 599
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 46
    • Merge requests 46
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • 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
  • #6205

vhost for ispconfig seems never updated on CentOS 7

Summary

In 'long running' ISPConfig installations the vhost (file) for ISPconfig itself is never re-generated, hence contains outdated (template) settings, for example the old (template) line: ssl_protocols TLSv1 TLSv1.1 TLSv1.2;

Newer nginx vhost template contains the following line instead: ssl_protocols TLSv1.3 TLSv1.2;

Steps to reproduce

  1. Install ISPConfig
  2. run re-sync tool

Correct behaviour

ispconfig.vhost file should be re-generated and updated from template in case of ISPConfig updates or in case of re-sync

Environment

Server OS + version: CentOS7 ISPConfig version: 3.2.3 Software version of the related software: nginx version: nginx/1.20.1

Edited Jul 30, 2021 by Till Brehm
Assignee
Assign to
Time tracking