We use acme-dns-tiny to issue certificate,https://github.com/Trim/acme-dns-tiny/blob/master/acme_dns_tiny.py。 and we transfer python 3 to python2。but there is a problem:
My domain is:
*.cloud.beta.sankuai.com
I ran this command:
response = requests.post(url, json=jose, headers=joseheaders)
It produced this output:
ValueError("Error triggering challenge: {0} {1}".format(http_response.status_code, result))
ValueError: Error triggering challenge: 400 {u'status': 400, u'type': u'urn:ietf:params:acme:error:badNonce', u'detail': u'JWS has an invalid anti-replay nonce: "xxxxxxx"'}