To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
My web server is (include version): Apache/2.4.25 (Raspbian)
The operating system my web server runs on is (include version):
PRETTY_NAME=“Raspbian GNU/Linux 9 (stretch)”
NAME=“Raspbian GNU/Linux”
VERSION_ID=“9”
VERSION=“9 (stretch)”
ID=raspbian
ID_LIKE=debian
My hosting provider, if applicable, is: Vimexx.nl
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 I only bought the domains.
AH00526: Syntax error on line 33 of /etc/apache2/sites-enabled/jorisprins.ddns.net-le-ssl.conf:
SSLCertificateFile: file '/etc/letsencrypt/live/jorisprins.ddns.net/fullchain.pem' does not exist or is empty
Action '-S' failed.
The Apache error log may have more information.
Background info: jorisprins.ddns.net is also one of my domains, but that one did succeed on getting a SSL certificate
I also read something about insecure forwarding URL’s. On the hosting site (the site where i bought the domains) i forwarded the URL jorisprins.com to my IP address. I read on another post that this might cause the issue, is this right?
<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
ServerName jorisprins.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
# For most configuration files from conf-available/, which are
# enabled or disabled at a global level, it is possible to
# include a line for only one particular virtual host. For example the
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
If you use http-validation, your running Certbot must be able to write in the /.well-known/acme-challenge - subdirectory of your website (if you don't have a redirect). So if that ip 2a06:2ec0:1::ffed isn't the ip where you run Certbot (because it's a frame of your hoster or dns provider), that can't work.