mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[GH-ISSUE #3655] Registering webauthn device not working #1882
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1882
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 @mbaechtold on GitHub (Aug 4, 2025).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3655
Originally assigned to: @Spitfireap on GitHub.
@Spitfireap commented on GitHub (Aug 8, 2025):
So this is through docker ?
@mbaechtold commented on GitHub (Aug 8, 2025):
The backend is running in PyCharm. All other Services are running in Docker.
@Spitfireap commented on GitHub (Aug 8, 2025):
Ok, so I see what's happening : https://bugzilla.mozilla.org/show_bug.cgi?id=1975630
I don't have any idea on how to circumvent it. I mean, it doesn't seem clean to import new CAs for the dev SSL certs...
@mbaechtold commented on GitHub (Aug 8, 2025):
Ok, thank you. Feel free to close the issue.
@Spitfireap commented on GitHub (Aug 8, 2025):
np, see #3672, I have improved the form and you can make it work with chromium locally if you want to test it (you just have to first trust https://localhost:8000 cert or allow any cert then trust the frontend one https://localhost:3000)
@Spitfireap commented on GitHub (Aug 8, 2025):
Upstream issue : https://bugzilla.mozilla.org/show_bug.cgi?id=1975630
Workaround : Use chromium locally to test the fido feature
Long term fix : perhaps make the certs trusted on the dev environment ?