Hello,
My domain is: pcriot.com.au
My Let’s Encrypt SSL Certificate stopped updating on 22.11.2019 (I’m not sure the date is significant, but perhaps something known changed around that time).
When I attempt to manually Request Certificate the error output is as follows:
Requesting a certificate for pcriot.com.au, www.pcriot.com.au, autoconfig.pcriot.com.au, autodiscover.pcriot.com.au, mail.pcriot.com.au from Let’s Encrypt …
… request failed : Web-based validation failed : Failed to request certificate :
Traceback (most recent call last):
File “/usr/libexec/webmin/webmin/acme_tiny.py”, line 198, in
main(sys.argv[1:])
File “/usr/libexec/webmin/webmin/acme_tiny.py”, line 194, in main
signed_crt = get_crt(args.account_key, args.csr, args.acme_dir, log=LOGGER, CA=args.ca, disable_check=args.disable_check, directory_url=args.directory_url, contact=args.contact)
File “/usr/libexec/webmin/webmin/acme_tiny.py”, line 143, in get_crt
raise ValueError(“Wrote file to {0}, but couldn’t download {1}: {2}”.format(wellknown_path, wellknown_url, e))
ValueError: Wrote file to /home/pcriot/public_html/.well-known/acme-challenge/RxJAEpIFuQ0RLf34m3ycMHXs-Liutv7e4GFTaofeJKM, but couldn’t download http://autoconfig.pcriot.com.au/.well-known/acme-challenge/RxJAEpIFuQ0RLf34m3ycMHXs-Liutv7e4GFTaofeJKM: Error:
Url: http://autoconfig.pcriot.com.au/.well-known/acme-challenge/RxJAEpIFuQ0RLf34m3ycMHXs-Liutv7e4GFTaofeJKM
Data: None
Response Code: None
Response: <urlopen error [Errno -2] Name or service not known>
DNS-based validation failed : Failed to request certificate :
usage: acme_tiny.py [-h] --account-key ACCOUNT_KEY --csr CSR --acme-dir
ACME_DIR [–quiet] [–disable-check]
[–directory-url DIRECTORY_URL] [–ca CA]
[–contact [CONTACT [CONTACT …]]]
acme_tiny.py: error: argument --acme-dir is required
I’m running CentOS Linux 7.7.1908
I can login to a root shell on my machine.
I’m using Virtualmin version 6.08
Thanks in advance for any help.