Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
ISPConfig 3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 492
    • Issues 492
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 32
    • Merge Requests 32
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #4746

Closed
Open
Opened Aug 02, 2017 by Jens Groh@JeGr

Redirect breaks LetsEncrypt issue/renew

If you use the Redirect feature with setting "permanent" and a path configured, the pre-defined acme-challenge directory redirects to /usr/local/... are no longer working correctly as the acme-challenge gets redirected to something like

http:///<redirect_path>/.well-known/acme-challenge/...

and thus will display 404 or 403 and not renew or issue the certificate correctly. If the redirect feature in the WebUI ist configured, that should also change the preconfigured "/.well-known/acme-challenge" config block to "/<redirect_path/.well-known/acme-challenge"

happened on ISPConfig latest stable (3.1.6) running with nginx web server. Had a software installed in a sub-path element () and configured the redirect as type "permanent" with path "" so calls to https:/// will auto-rewritten to .../app/

Just spotted today, that LE cert was broken as it was never renewed correctly.

Assignee
Assign to
3.1.12
Milestone
3.1.12
Assign milestone
Time tracking
None
Due date
None
Reference: ispconfig/ispconfig3#4746