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.
Je bedoelt "Ik draai het op m'n eigen Ziggo-verbinding"? Kwam op mij een beetje verwarrend over, aangezien "host.net" eigenlijk helemaal niets lijkt te zijn. (Verlopen certificaat, site redirect naar heel iets anders in de VS..)
Verder bedoelde je denk ik "Hostnet.nl" (en niet "host.net"), wat je DNS registrar lijkt te zijn, oftewel, het bedrijf waar je je .nl-domeinnaam hebt geregistreerd.
Anyway, ik krijg als ik naar betalings.nl surf alleen een placeholder van Hostnet te zien met: "Helaas was iemand je al voor. Check hieronder een andere domeinnaam." Dat komt doordat er nog een AAAA DNS resource record (IPv6) op betalings.nl staat met als doel-IPv6-adres een adres van Hostnet. Ik denk niet dat je een IPv6 adres hebt van Ziggo? Als je dat inderdaad niet hebt, dan moet je het AAAA-record even verwijderen uit je DNS-instellingen (waarschijnlijk bij Hostnet). En anders even het goede IPv6 adres van Ziggo updaten in je DNS.
Dat zijn geen webservers. Je webserver is Apache zie ik in het antwoord van je webserver.
Goed, dat allemaal terzijde. Bovenstaande is wel belangrijk, maar niet 't probleem waar je dit topic voor aanmaakte. Om dat te kunnen beantwoorden, wil ik graag nog iets van je weten:
Welk commando heb je gebruikt om überhaupt het certificaat te verkrijgen?
Disable your not working port 443 vHost, then you need a working port 80 vHost without duplicates.
Then (then, not before!) use certbot --reinstall -d betalings.nl -d www.betalings.nl. But that works only if your port 80 vHost config is clean and working.
i fixed the port80 vHost and reinstalled it but i still can visit my site with a SSL
the certificatie installation was a succes but it’s still not working
ORTANT NOTES:
Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/domain.nl/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/domain.nl/privkey.pem
Your cert will expire on 2020-08-12. To obtain a new or tweaked
version of this certificate in the future, simply run certbot again
with the “certonly” option. To non-interactively renew all of
your certificates, run “certbot renew”
If you like Certbot, please consider supporting our work by:
ow sorry i mean i edited the 80 port vHost file this:
# 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 domain.nl
ServerAlias www.domain.nl domain.nl
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
this is what i get when i command: “apache2ctl configtest”
AH00526: Syntax error on line 41 of /etc/apache2/sites-enabled/domain.nl-le-ssl.conf:
SSLCertificateFile: file ‘/etc/letsencrypt/live/domain.nl/fullchain.pem’ does not exist or is empty
Action ‘configtest’ failed.
The Apache error log may have more information.
but i checked my fullchain.pem and it is there. i can cat the fullchain.pem