Merge pull request #3196 from certbot/explain-missing-replay-nonce

Explain the most likely cause of a missing replay nonce error
This commit is contained in:
Brad Warren
2016-06-22 15:56:01 -07:00
committed by GitHub
+1 -1
View File
@@ -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} (This may be a service outage)'.format(
self.response.request.method, self.response.headers))