You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my setup using a gitea instance behind an NGinx reverse proxy using a root URL of the form https://example.org/git/ I cannot add a security key.
This seems to emerge from the fact that the URL of the security key form does not respect the fiven root (it is https://example.org/user/settings/security/u2f/request_register instead of https://example.org/git/user/settings/security/u2f/request_register
Screenshots
This is the debug output of the request that occurs in the moment I click the "add security key" button. It fails as the intermediate /git is missing.
The text was updated successfully, but these errors were encountered:
Linux 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u6 (2018-10-08) x86_64 GNU/Linux
[x]
):(Note that the last line is unrelated to the issue and seems to be triggered by some sweep scan)
Description
On my setup using a gitea instance behind an NGinx reverse proxy using a root URL of the form
https://example.org/git/
I cannot add a security key.This seems to emerge from the fact that the URL of the security key form does not respect the fiven root (it is
https://example.org/user/settings/security/u2f/request_register
instead ofhttps://example.org/git/user/settings/security/u2f/request_register
Screenshots
This is the debug output of the request that occurs in the moment I click the "add security key" button. It fails as the intermediate
/git
is missing.The text was updated successfully, but these errors were encountered: