mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #753] Webauthn - Reverse proxy + additionnal #6170
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#6170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @novakin on GitHub (Nov 23, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/753
Describe the bug
Using reverse proxy cant configure webauthn have following error: Cannot read properties of undefined (reading 'challenge')
Without reverse proxy on direct external IP mentions Passkeys are not supported on browser : tested with latest chrome and chromium: WebAuthn is not supported in this browser
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected to have passkey configuration window
Info (please complete the following information):
Additional context
With reverse proxy, I guess im missing something on config for 3002 port
Nginx-ui
Nginx reverse proxy conf
@0xJacky commented on GitHub (Nov 23, 2024):
If you are using a reverse proxy, the
RPOriginsshould be the base path of your reverse proxy server, in your case, you should set it tohttps://admin.xxx.xxxnothttps://admin.xxx.xxx:3002.@novakin commented on GitHub (Nov 23, 2024):
Done, and still have the same issue : "Cannot read properties of undefined (reading 'challenge')"
@0xJacky commented on GitHub (Nov 23, 2024):
Did you try to restart nginx-ui after modify the app.ini?
@novakin commented on GitHub (Nov 23, 2024):
Yes, it shows same config in panel
EDIT: In case restarted both nginx-ui and nginx
@0xJacky commented on GitHub (Nov 23, 2024):
Fixed in
6abf682, will be released in beta.41. Thanks for your report.