did it on this pc and well it is saying its the old cert. how do i update this?
the certbot files all say that they have been modified today.
i didnt change anything.
i may have fixed it we will see.
The cert is used by the web server handling HTTPS requests for that domain. It says it is powered by "express". If you got it working before you must have properly configured it at one time
Here is what I see if I ignore the cert error. I don't see the usual "Server" response header but I see the x-powered-by. You may need to ask about this on the Foundry forum
curl -Ik https://knightsofsor-reath.com/join
HTTP/1.1 200 OK
X-Powered-By: Express
Set-Cookie: session=a9df71ca40cb686f76eafaa0; Max-Age=86400; Path=/; Expires=Tue, 22 Aug 2023 22:49:17 GMT; SameSite=Strict
Content-Length: 1998
ETag: W/"7ce-u9G9kpwhXnz8FQy9ovio9UhB6j8"
Various other headers omitted for readability
We cross-posted but yet it looks ok now
turns out when i went in to the c: file for certbot there is a #2 version of each file i just had to copy n paste the new ones into foundry
i'm connecting securely now. wierd how it worked right away and then when i came back later it didnt.. anyway thank you for the info and help. i will try to remember this for the future.
You should copy from the /live/ subfolder. That will have symlinks to the current one.
Each new one will get a new number
You should look at the --deploy-hook
option in Certbot to copy that automatically
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.