You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this project is getting old now, but I was hoping to get it up and running anyways.
It seems to "mostly" work, but I have hit two issues.
Minor detail:
The init-guac-db tries to write the file to /init/initdb.sql which it is not allowed to do. I changed it to /tmp/initdb.sql and that seemed to work.
Real problem:
Letsencrypt/acme.sh does not seem to be able to get the port 80 (http) connection up. The logs show "Connection Refused" for the .well-known/... address. I cannot seem to figure out where the problem is. I dont see the port 80 being blocked anywhere on the system, but It might be caused by something like that somehow. Any ideas?
The text was updated successfully, but these errors were encountered:
kimusan
changed the title
letsencrypt (certbot) cannot connect on port 80 for the verification.
letsencrypt (acme.sh) cannot connect on port 80 for the verification.
Sep 6, 2023
I know this project is getting old now, but I was hoping to get it up and running anyways.
It seems to "mostly" work, but I have hit two issues.
Minor detail:
The init-guac-db tries to write the file to /init/initdb.sql which it is not allowed to do. I changed it to /tmp/initdb.sql and that seemed to work.
Real problem:
Letsencrypt/acme.sh does not seem to be able to get the port 80 (http) connection up. The logs show "Connection Refused" for the .well-known/... address. I cannot seem to figure out where the problem is. I dont see the port 80 being blocked anywhere on the system, but It might be caused by something like that somehow. Any ideas?
The text was updated successfully, but these errors were encountered: