Submitted by taiko on Tue, 08/20/2019 - 02:39 Pro Licensee
I cannot update certificate that were working before and can't create request new ones in servers that didn't have.
This is de message
Traceback (most recent call last):
File "/usr/share/webmin/webmin/acme_tiny.py", line 250, in <module>
main(sys.argv[1:])
File "/usr/share/webmin/webmin/acme_tiny.py", line 246, in main
signed_crt = get_crt(args.account_key, args.csr, args.acme_dir, args.dns_hook, args.cleanup_hook, log=LOGGER, CA=args.ca)
File "/usr/share/webmin/webmin/acme_tiny.py", line 131, in get_crt
log.error("Error requesting challenges: {0}".format(extract_detail(result)))
File "/usr/share/webmin/webmin/acme_tiny.py", line 25, in extract_detail
rv = json.loads(result.decode('utf8'))
File "/usr/lib/python2.7/json/__init__.py", line 338, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
Status:
Active
Comments
Submitted by taiko on Tue, 08/20/2019 - 03:05 Pro Licensee Comment #1
Otra prueba en otro virtualserver
Traceback (most recent call last):
File "/usr/share/webmin/webmin/acme_tiny.py", line 250, in <module>
main(sys.argv[1:])
File "/usr/share/webmin/webmin/acme_tiny.py", line 246, in main
signed_crt = get_crt(args.account_key, args.csr, args.acme_dir, args.dns_hook, args.cleanup_hook, log=LOGGER, CA=args.ca)
File "/usr/share/webmin/webmin/acme_tiny.py", line 128, in get_crt
"identifier": {"type": "dns", "value": domain},
File "/usr/share/webmin/webmin/acme_tiny.py", line 63, in _send_signed_request
protected["nonce"] = urlopen(CA + "/directory").headers['Replay-Nonce']
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 431, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 449, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1240, in https_open
context=self._context)
File "/usr/lib/python2.7/urllib2.py", line 1197, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 101] Network is unreachable>
Submitted by andreychek on Tue, 08/20/2019 - 09:58 Comment #2
Submitted by andreychek on Tue, 08/20/2019 - 09:59 Comment #3
Howdy -- thanks for contacting us!
Just to verify, which Webmin version is it that you have now?
You can determine that with this command:
dpkg -l webmin
Submitted by taiko on Tue, 08/20/2019 - 10:31 Pro Licensee Comment #4
Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==================================-======================-======================-========================================================================= ii webmin 1.930 all web-based administration interface for Unix systems
Submitted by taiko on Wed, 08/21/2019 - 04:07 Pro Licensee Comment #5
Version 1.930
Submitted by andreychek on Wed, 08/21/2019 - 10:11 Comment #6
Some Googling led me to this here, which offers a few troubleshooting ideas:
https://community.letsencrypt.org/t/suddenly-network-is-unreachable/40565/2
According to that, it may be having trouble contacting Let's Encrypt's servers -- just to verify though, are you seeing that same issue with obtaining Let's Encrypt certificates for other domains?
Submitted by taiko on Thu, 08/22/2019 - 02:18 Pro Licensee Comment #7
I have tested another domain today and it worked, I tried the domain that was having issues, and it works. I haven't done anything, I don't get it.
Submitted by andreychek on Thu, 08/22/2019 - 10:21 Comment #8
It may have been a temporary issue with the Let's Encrypt service, or possible just an Internet issue of some kind.
I'm glad to hear it's working now!