rg305
July 29, 2024, 7:26pm
23
OK, HTTP [IPv4] redirects to HTTPS.
[IPv4] HTTPS seems to return something .
I think the problem is just IPv6.
Why do you have an IPv6 address in DNS?:
[it doesn't seem to be served by nodejs
]
Name: www.jumblgram.com
Addresses: 2a01:4f8:c2c:ea35::1
188.245.74.241
2 Likes
this error goes away if i stop the http redirecting to https
yeah it isnt, should I make it handel them?
rg305
July 29, 2024, 7:29pm
26
False sense of accomplishment.
Doing that doesn't really fix anything,
It only makes the test think that it could work because it doesn't fail outright.
2 Likes
ive removed the ipv6 from the DNS now
1 Like
there seems to be no errors on the Lets Debug thing now, but the renew still errors the same
1 Like
rg305
July 29, 2024, 7:35pm
32
What is the command you ran?
What was the webroot used?
2 Likes
sudo certbot renew --dry-run
rg305
July 29, 2024, 7:36pm
34
The webroot must match the path [minus the /.well-known/acme-challenge/
part].
2 Likes
rg305
July 29, 2024, 7:38pm
36
Where did you put that "file.txt" file?
2 Likes
rg305
July 29, 2024, 7:39pm
38
Well, that would be the FULL path.
The webroot is that same FULL path minus the /.well-known/acmne-challenge/
part.
[that part gets automatically added by the acme client]
2 Likes
yeah but like where actually do I input the webroot
rg305
July 29, 2024, 7:49pm
40
certbot certonly -webroot -w /path/to/where/ever/that/is -d jumblgram.com -d www.jumblgram.com
User Guide — Certbot 2.12.0.dev0 documentation (eff-certbot.readthedocs.io)
2 Likes
so the path would just be /file.txt
rg305
July 29, 2024, 7:51pm
42
What is that entire path [on the disk]?
You are confusing the HTTP request path with where the files are located on the disk PATH.
2 Likes