-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Gitea with a Sub-Path: U2F Token Does Not Work With Chrome/Chromium, Does Work With Firefox #14412
Comments
if this works on try - the suspicion has to fall upon the configuration of your server. Now interestingly the error screen doesn't seem to report an error properly - there should be an errorcode interpretation here. However the reload points to what the underlying issue. There is a timeout error reported. I suspect your server time is incorrect. |
@zeripath : Thx for looking into this! The server time is in sync with my local computer:
My local computer syncs via NTP and TOTP works for various other sites, so I guess the local time is fine. On the other hand: It works for my gitea when using firefox. This shouldn't work when time sync is an issue, or should it? |
I'm getting the same results in Safari 14 (which has native U2F support) trying to add a U2F key as well. |
I changed my setup a little bit, now it works with chrome:
|
@cortices : Are you using a sub-path, too? |
I am not using a subpath. I just tested and found it is working with both Chrome and Firefox, so the bug is Safari-specific. I will open a separate issue. |
By the way your issue here seems to be a duplicate of #10231 : #10231 (comment) |
@cortices : Thx. I tried to set these properties:
and activated the sub-path again. Unfortunately, the hw token doesn't work with chrome. So maybe I'm facing a different issue? |
I've searched the issues for "fido chrome" and did not find a proper existing issue, so here is a new one...
[x]
):Description
I've setup a gitea instance. It runs on ubuntu-20.04 behind an apache2 httpd reverse proxy.
My HW token (a solo key) works perfectly within firefox, but not within chrome or chromium.
Using the token with chrome on try.gitea.io works without an issue. Any idea?
Screenshots
The text was updated successfully, but these errors were encountered: