mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Explain the most likely cause of a missing replay nonce error
This commit is contained in:
+1
-1
@@ -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))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user