Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
Renewing an existing certificate for example.com and sub.example.com
Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
Domain: sub.example.com
Type: unauthorized
Detail: "IP-ADRESS": Invalid response from http://sub.example.com/.well-known/acme-challenge/CAh2KFOQD_O3S3ND6o94gp8wpfdTvw2khHEScIf5VLU: 500
Domain: example.com
Type: unauthorized
Detail: "IP-ADRESS": Invalid response from http://example.com/.well-known/acme-challenge/zLMmc9qC-YkhaGD4eAsvzQFhQmjxzXC0MQVV_iNimRA: 500
Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.
My web server is (include version): nginx version: nginx/1.18.0 (Ubuntu); I have a nginx reverse proxy
The operating system my web server runs on is (include version): Ubuntu 22.04.2 LTS
My hosting provider, if applicable, is: Host Europe
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 1.21.0
Your server is failing HTTP requests even for your "home" page. When using the HTTP Challenge (like you are) your server must respond with the proper challenge token.
Your server is responding like this:
curl -i bitwarden.walrussi.com
HTTP/1.1 500 Internal Server Error
Server: nginx/1.22.0
Date: Tue, 27 Jun 2023 14:05:38 GMT
Internal Server Error
certbot can't bind to port 80?
If so, then you may be trying to run it in --standalone mode.
This would require exclusive use of port 80.
If not, please explain.