Had issues with the Let’s Encrypt renewal so deleted the certificate and have tried to recreate but get the below issue:
Exception: Invalid response header: HTTP/2 403 server: nginx date: Tue, 12 Nov 2024 20:44:25 GMT content-type: application/problem+json content-length: 145 boulder-requester: 2053159847 cache-control: public, max-age=0, no-cache link: ;rel=“index” replay-nonce: qZ7aiiUHK98IkEL18i1IePEGUWIPD6YGcVOojXixbghHx0E6O6Q body: { “type”: “urn:ietf:params:acme:error:unauthorized”, “detail”: “User account ID doesn’t match account ID in authorization”, “status”: 403 }-#0 /usr/share/vitalpbx/www/modules/certificates/certificates.php(0): modules\certificates\Types\LetsEncrypt->build() #1 /usr/share/vitalpbx/www/includes/app/Core.php(0): modules\certificates\certificates->put() #2 /usr/share/vitalpbx/www/includes/app/Core.php(0): app\Core->loadModuleAction() #3 /usr/share/vitalpbx/www/includes/app/Core.php(0): app\Core->_loadModule() #4 /usr/share/vitalpbx/www/index.php(0): app\Core->run() #5 {main} at file /usr/share/vitalpbx/www/modules/certificates/certificates.php on line 0
1 | /usr/share/vitalpbx/www/index.php:0 | app\Core->run(…args); |
---|---|---|
2 | /usr/share/vitalpbx/www/includes/app/Core.php:0 | app\Core->_loadModule(…args); |
3 | /usr/share/vitalpbx/www/includes/app/Core.php:0 | app\Core->loadModuleAction(…args); |
4 | /usr/share/vitalpbx/www/includes/app/Core.php:0 | modules\certificates\certificates->put(…args); |
Have done a hard restart of the server.
And made sure the GEO firewall wasn’t blocking the US.
And also tried completely disabling the firewall and intrusion prevention system.
And have run the following command as well:
vitalpbx --reset-apache-conf
But still receive the errors when trying to create a Let’s Encrypt certificate.
Any ideas on how to fix the issue.