Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 503 when authenticating too fast? #429

Closed
etgocode opened this issue Jan 25, 2022 · 1 comment
Closed

Error 503 when authenticating too fast? #429

etgocode opened this issue Jan 25, 2022 · 1 comment
Labels

Comments

@etgocode
Copy link

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:
    • 8.1
    • 8.0
    • 7.4
  • Browsers tested:
    • Firefox
    • Edge
  • U2F-enabled-Account

Steps to reproduce

  1. Login with username / password
  2. Touch U2F-Token as soon as it is ready (in my case, yubikey lights up)
  3. 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.

@iandunn
Copy link
Member

iandunn commented Oct 20, 2022

U2F is deprecated and no longer works in Chrome, so the provider is being removed in #439 . Given that, there's probably no reason to keep this open anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants