Description
When authenticating with a U2F-Token too early, the Server throws an error 503
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Environment
- PHP-Versions tested:
-
-
-
- Browsers tested:
-
-
- U2F-enabled-Account
Steps to reproduce
- Login with username / password
- Touch U2F-Token as soon as it is ready (in my case, yubikey lights up)
- Server throws 503
Mitigations
- Refresh the 503 error page (you need to click on the resend information prompt of the browser) -> you are now logged in and in the dashboard
Or
- Wait 2 to 3 seconds before touching the U2F-Token -> you get logged in directly
Unfortunately I do not have access to the php logs. Sounds to me like maybe php is executing to slowly, then again there is hardly any traffic on the server and my wordpress instance, which is not in production yet, is the only thing even using php.
Description
When authenticating with a U2F-Token too early, the Server throws an error 503
Environment
Steps to reproduce
Mitigations
Or
Unfortunately I do not have access to the php logs. Sounds to me like maybe php is executing to slowly, then again there is hardly any traffic on the server and my wordpress instance, which is not in production yet, is the only thing even using php.