-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retry signing the request if too slow (#363)
There are cases where the cryptographic operation to sign the request takes unusually long. One example is when using a hardware such as the YubiKey which is busy signing other stuff. The Serveradmin server is pretty strict and would reject these as expired for security reasons. To gracefully handle temporary congestion in the signing we log an error and retry the operation up to Settings.tries.
- Loading branch information
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters