I don’t remember how I got my ssl as it was done by some team member and she is also not able to recall (Is there a way I can know this?). She tried to renew and she followed the following steps:
Removed the old txt records for ssl in the DNS of the site.
Trying to reinstall the CSR & account key from zerossl but getting error \n\n404 Not Found\n\n
Not Found
\n<p
I am not sure how to go about it. Can someone help.
these are two different challenge types you should not mix.
Use
dns validation (or)
http validation
Read
If you use zerossl as client:
dns validation -> you don't need a running webserver
http validation -> a file in /.well-known/acme-challenge is required, Letsencrypt checks that file
I know. I have tried the http validation method but I am getting this error every time:
(\n\n404 Not Found\n\n
Not Found
\n<p") in zero ssl after I click on next.
Also, when I try to test if the text file is uploaded or not, I am getting this error:
The requested URL /.well-known/acme-challenge/qfvjMDJu_Mh64A7XbwoXEqqlg5fkIV-3ajE0NkLDKSU was not found on this server.
And then my http (non secure) site opens the default apache2 page for a brief period of time (5-6 hours) and then only it resets back to the original http site.
just for FYI, the https site opens as usually with the warning message.
Visible Content: Not Found The requested URL /.well-known/acme-challenge/check-your-website-dot-server-daten-dot-de was not found on this server. Apache/2.4.29 (Ubuntu) Server at remotelama.com Port 80
Visible Content: Not Found The requested URL /.well-known/acme-challenge/check-your-website-dot-server-daten-dot-de was not found on this server. Apache/2.4.29 (Ubuntu) Server at www.remotelama.com Port 80
The two IPs may be because of the two versions (www and non-www) of the domain and might be the reason is that the www version is not working. Although I am not sure or figure out any other reason for having two IPs.
What do you suggest I must do to resolve it? Or can you share some resource please.