Setting up under the wildcard option worked. Hopefully the wider issue with DigitalOcean will get resolved.
Alex-GWC
Posts
-
Installation Stuck at "Waiting for propagation of" -
Installation Stuck at "Waiting for propagation of"It has not. This AM I deleted the droplet and tried again and it still doesn't work even though it does show up in DNS.
host -t TXT _acme-challenge.greywallsolutions.com ns3.digitalocean.com
Using domain server:
Name: ns3.digitalocean.com
Address: 198.41.222.173#53
Aliases:_acme-challenge.greywallsolutions.com descriptive text ""B8Jvul1m2ZjXFb0wjTjWZC_1_S-rhc5PlwTElsbM53o""
However, while the site does redirect if I go via IP (209.97.146.213) to my.greywallsolutions.com I now have a new problem.
It doesn't seem as if LetsEncrypt created a cert at all
And it is not seen under my account.
-
Netbird (Server) is an open-source project and can be self-hostedBased on Wireguard to create a seamless infrastructure on our own hardware.
Requirements:
Infrastructure requirements:A Linux VM with at least 1CPU and 2GB of memory.
The VM should be publicly accessible on TCP ports 80 and 443 and UDP ports: 3478, 49152-65535.
Public domain name pointing to the VM.
Software requirements:Docker installed on the VM with the docker compose plugin (Docker installation guide) or docker with docker-compose in version 2 or higher.
jq installed. In most distributions Usually available in the official repositories and can be installed with sudo apt install jq or sudo yum install jq
curl installed. Usually available in the official repositories and can be installed with sudo apt install curl or sudo yum install curl -
Installation Stuck at "Waiting for propagation of"I've been trying to install on 22.04(LTS) and the install just stalls, I've been at this screen for an hour.
I'm using Digital Ocean and the API Token to create the entries and it does create the records, however...
I check the logs and I see the following errors repeating non-stop.
2024-01-16T03:07:56.650Z box:dns/waitfordns isChangeSynced: NS ns3.digitalocean.com (198.41.222.173) errored when resolve _acme-challenge.greywallsolutions.com (TXT): Error: queryTxt ENOTFOUND _acme-challenge.greywallsolutions.com
2024-01-16T03:07:56.650Z box:dns/waitfordns waitForDns: _acme-challenge.greywallsolutions.com at ns ns3.digitalocean.com: not done
2024-01-16T03:07:56.650Z box:dns/waitfordns Attempt 131 failed. Will retry: ETRYAGAINWhat have I done incorrectly?