Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
>
> santafe.weeksrobinson.com
> Renewing certificate
> account: Weeks Santa Fe
> server: letsencrypt-production-2
>
> /usr/local/pkg/acme/acme.sh --issue --domain 'santafe.weeksrobinson.com' --dns 'dns_cf' --home '/tmp/acme/santafe.weeksrobinson.com/' --accountconf '/tmp/acme/santafe.weeksrobinson.com/accountconf.conf' --force --reloadCmd '/tmp/acme/santafe.weeksrobinson.com/reloadcmd.sh' --log-level 3 --log '/tmp/acme/santafe.weeksrobinson.com/acme_issuecert.log'
> Array
> (
> [path] => /etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin/
> [PATH] => /etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin/
> [CF_Key] => [ ]
> [CF_Email] => admin@weeksrobinson.com
> [CF_Token] =>
> [CF_Account_ID] =>
> [CF_Zone_ID] =>
> )
> [Thu Oct 27 08:57:53 MDT 2022] Sleep 10 and retry.
> [Thu Oct 27 08:58:04 MDT 2022] Sleep 10 and retry.
> [Thu Oct 27 08:58:14 MDT 2022] Sleep 10 and retry.
> [Thu Oct 27 08:58:24 MDT 2022] Sleep 10 and retry.
> [Thu Oct 27 08:58:35 MDT 2022] Sleep 10 and retry.
> [Thu Oct 27 08:58:45 MDT 2022] Sleep 10 and retry.
> [Thu Oct 27 08:58:55 MDT 2022] Sleep 10 and retry.
> [Thu Oct 27 08:59:05 MDT 2022] Sleep 10 and retry.
> [Thu Oct 27 08:59:16 MDT 2022] Sleep 10 and retry.
> [Thu Oct 27 08:59:26 MDT 2022] Sleep 10 and retry.
> [Thu Oct 27 08:59:36 MDT 2022] Can not init api, for https://acme-v02.api.letsencrypt.org/directory
My web server is (include version):
The operating system my web server runs on is (include version):
pfSense+ 22.05
Acme 0.7.3
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know):
yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
n/a
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
Acme 0.7.3
I have tried restarting the machine w/ no change, and everything else is working correctly. This is not the weird encryption extension failure thing as I can update and re-install packages as needed.
I am wondering if the IP for this device has been blocked do to excessive failed retries. Current IP is: 98.60.135.79
Bruce,
Thank you for the response.
I know I have outbound connectivity because a) I have clients behind that firewall that aren't screaming and b) I am accessing it remotely.
Ports 80 and 443 are blocked inbound from outside with the exception of a handful of trusted IPs that we access the device from. Since we are masking the u/i login to the device I cannot open those ports to the world. I can, however, turn on ping on that address to prove outbound connectivity.
Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
Thus you need to own and have control over the Domain Name (or have a subdomain under an existing domain name, for example pointed to your server by your employer or school) you wish to obtain a certificate for, from an ICANN Accredited Registrar.
Since these are Domain Validation (DV) certificates the Domain Name System (DNS) is used extensively in the validation process as well a allowing us to assist here on Let's Encrypt community.
DNS Queries need to give consistent results from any location on the Internet, all your authoritative DNS Servers for the Domain need to also give consistent results as well.
Testing and debugging are best done using the Staging Environment as the Rate Limits are much higher. Rate Limits are per week (rolling).
And to assist with debugging there is a great place to start is Let's Debug.
You should allow access to the path /.well-known/acme-challenge/ regarding the remote IP address. Let's Encrypt validates from multiple points across the globe and there is not a list of IP addresses used. If that's not possible, you could use the dns-01 challenge.
Yes, using the Cloudflare DNS challenge with all of the requisite information. I should also note that this system has been in place about 2 years and has been working fine until the last several weeks.
So, this is weird. Curl is installed. Issuing which curl gives me /usr/local/bin/curl, but running any of your suggested curl requests just drops back to the command line with no output in either the diagnostics -> shell command or from the console. I know this isn't right as I can run the command from another pfsense device and get a full response.
Bingo! This was it. Well, not it, but pointed to it. Apparently curl got borked on the system and forcing a re-install fixed curl which fixed the problem.
Thanks to everyone for helping me get to the core issue.