Closed Bug 1545743 Opened 6 years ago Closed 6 years ago

On "Secure Connection Failed" screen "Learn more ..." broken

Categories

(Firefox :: Security, defect, P1)

68 Branch
defect

Tracking

()

VERIFIED FIXED
Firefox 68
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>

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?

Flags: needinfo?(albert)

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.

Flags: needinfo?(albert)

The priority flag is not set for this bug.
:wleung, could you have a look please?

For more information, please visit auto_nag documentation.

Flags: needinfo?(wleung)

Still looking into this. Flod had some STR, I believe.

Thanks!

Flags: needinfo?(wleung) → needinfo?(francesco.lodolo)

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))

Flags: needinfo?(francesco.lodolo)

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).

I'm not sure when this actually regressed but I know how to fix it.

Assignee: nobody → jhofmann
Status: NEW → ASSIGNED
Priority: -- → P1

Can't reproduce on Beta.

Keywords: regression
Pushed by jhofmann@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/f8d305fa503b Don't use validity.not{After,Before}LocalTime for parsing date information in NetErrorChild.jsm. r=prathiksha
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68

This is fixed for me in the latest Nightly - thanks!

Thanks!

Status: RESOLVED → VERIFIED
QA Whiteboard: [qa-68b-p2]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: