On "Secure Connection Failed" screen "Learn more ..." broken
Categories
(Firefox :: Security, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox67 | --- | unaffected |
firefox68 | --- | fixed |
People
(Reporter: alberts, Assigned: johannh)
References
Details
(Keywords: regression)
Attachments
(1 file)
Ran into "Secure Connection Failed" while trying to load https://www.azlyrics.com/ - I assume server misconfigured, with Safari and Opera I get errors as well.
Clicking on the "Learn more…" button doesn't do anything and it shows me the courser: text
instead of the cursor: pointer
. Here the code from the link:
<a xmlns="http://www.w3.org/1999/xhtml"
id="learnMoreLink" target="new"
data-telemetry-id="learn_more_link">Learn more…</a>
Assignee | ||
Comment 1•6 years ago
|
||
Ah, so we're missing to set the link on that element. Unfortunately we would need the error type of that website to try and reproduce, but the website is working again. You don't happen to know why the secure connection failed?
Reporter | ||
Comment 2•6 years ago
|
||
Sorry Johann, I don't and I wasn't aware that this piece of info was required for a fix of that error page. Will keep it in mind for next time and try to update this ticket if I stumble upon the error and link again.
Comment 3•6 years ago
|
||
The priority flag is not set for this bug.
:wleung, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 4•6 years ago
|
||
Still looking into this. Flod had some STR, I believe.
Thanks!
Comment 5•6 years ago
•
|
||
I just went to https://badssl.com/ and selected expired
https://expired.badssl.com/
Click on the link returns
TypeError: doc.body.getAttribute(...) is null
NetErrorChild.jsm:806:30
https://searchfox.org/mozilla-central/source/browser/actors/NetErrorChild.jsm#806
Touched in bug 1484255.
I'm seeing this on Italian build of nightly (68.0a1 (2019-05-08) (64 bit))
Comment 6•6 years ago
•
|
||
Adding some more info from IRC conversation with kwan (thanks!): the error page I see is completely different from en-US (no yellow border).
I also see this error in console when it loads
date value is not finite in DateTimeFormat.format() NetErrorChild.jsm:280
dateTimeFormatFormatToBind self-hosted:2628
dateTimeFormatFormatToBind self-hosted:1003
_setTechDetails resource:///actors/NetErrorChild.jsm:280
onCertErrorDetails resource:///actors/NetErrorChild.jsm:359
receiveMessage resource:///actors/NetErrorChild.jsm:646
receiveMessage resource://gre/modules/ActorManagerChild.jsm:165
which leads to bug 1530335. So, what I'm seeing is a different regression (same symptoms).
Assignee | ||
Comment 7•6 years ago
|
||
I'm not sure when this actually regressed but I know how to fix it.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 9•6 years ago
|
||
Comment 11•6 years ago
|
||
Comment 12•6 years ago
|
||
bugherder |
Comment 13•6 years ago
|
||
This is fixed for me in the latest Nightly - thanks!
Updated•6 years ago
|
Updated•6 years ago
|
Description
•