mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Explain the most likely cause of a missing replay nonce error
This commit is contained in:
parent
aa4a2632e5
commit
56488b1899
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class MissingNonce(NonceError):
|
|||
|
||||
def __str__(self):
|
||||
return ('Server {0} response did not include a replay '
|
||||
'nonce, headers: {1}'.format(
|
||||
'nonce, headers: {1}\n(This may be a service outage)'.format(
|
||||
self.response.request.method, self.response.headers))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue