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 495
    • Issues 495
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 28
    • Merge Requests 28
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #4240

Closed
Open
Opened Oct 02, 2016 by Pascal Dreissen@pdreissenContributor

Falsche Anfrage / Wrong QuerySQL when letsencrypt fails

When requesting an letsencrypt certificate, and for whatever reason the request fails i'm receiving the following error message:

02.10.2016-13:16 - WARNING - Falsche Anfrage / Wrong QuerySQL-Query = UPDATE web_domain SET ssl = 'y', ssl_letsencrypt = 'n' WHERE domain = 'cxxx.xx' -> 1143 (UPDATE command denied to user 'ispcsrv12'@'xxxx' for column 'ssl' in table 'web_domain')

When updating and running: Reconfigure Permissions in master database ? does not fix the problem.

Digging into the update or installer code (installer_base.lib.php) specific the function: grant_master_database_rights i found out that for the web_domain table only the following columns are granted for the ispcsrv account: ssl_request, ssl_cert, ssl_action, ssl_key. I think we are missing the following 2 column also (which would fix the above error message): ssl, ssl_letsencrypt

Will create a merge request for this.

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