Fetching some url on unsecure (https with wrong certificate) no more works starting from Firefox 150
Categories
(Core :: Networking, defect)
Tracking
()
People
(Reporter: laurent.schoelens, Unassigned)
Details
Steps to reproduce:
When navigating to internal website, a xhr request is performed which returns 401 if unauthenticated. That 401 will show the login screen.
Actual results:
Starting with FF 150, when under certificate mismatch, that 401 is not seen by FF and a NS_ERROR is returned, which fails the process
Expected results:
That should still work without the NS_ERROR part
Comment 1•3 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Security: PSM' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•3 months ago
|
Comment 2•3 months ago
|
||
This might be the same as bug 2034403 which would be the same as bug 2034752.
Can you please test if using one of these try builds fixes the problem for you:
| Reporter | ||
Comment 3•3 months ago
|
||
Yes it seems quite related to bugs mentionned. I'm trying the builds
| Reporter | ||
Comment 4•3 months ago
|
||
The version in the links are working for my use case. Thanks. Do you know when a release will be done ?
Updated•3 months ago
|
Description
•