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. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
graywitch.co.nz
I ran this command:
certbot --apache -d graywitch.co.nz
It produced this output:
Account registered.
Requesting a certificate for graywitch.co.nz
Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Domain: graywitch.co.nz
Type: unauthorized
Detail: 101.100.139.35: Invalid response from http://graywitch.co.nz/.well-known/acme-challenge/CH1cdkmxeWlr9DFBUi-W-4k65ZL8PrYzqzs8rxAtJLA: 404
Hint: The Certificate Authority failed to verify the temporary Apache configuration changes made by Certbot. Ensure that the listed domains point to this Apache server and that it is accessible from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
My web server is (include version):
root@email-001:/etc/apache2# apache2 -v
Server version: Apache/2.4.67 (Debian)
Server built: 2026-06-05T10:55:53
root@email-001:/etc/apache2#
The operating system my web server runs on is (include version):
debconf.conf debian_version
root@email-001:/etc/apache2# cat /etc/debian_version
13.5
root@email-001:/etc/apache2#
My hosting provider, if applicable, is:
n/a
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 CLi
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
root@email-001:/etc/apache2# certbot --version
certbot 4.0.0
root@email-001:/etc/apache2#
Hi,
I have port 80 on one VM and port443 on another VM with a re-direction via the firewall.
Hence why I get this failure I assume.
How do I? or can I? run a let's encrypt setup like this for 443 only?