Closed
Bug 809675
Opened 12 years ago
Closed 12 years ago
Trusty UI raises SSL error
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Firefox OS Graveyard
Gaia::System
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jedp, Assigned: jedp)
Details
Attachments
(2 obsolete files)
I'm seeing this error when I access a site via https with the Trusty UI:
[Child 15528] ###!!! ASSERTION: nsSSLStatus has null mServerCert or was called in the content process: 'Error', file /home/jed/code/b2g-src/mi/security/manager/ssl/src/nsIdentityChecking.cpp, line 1119
The url I'm trying is:
https://notoriousb2g.personatest.org/sign_in#NATIVE
Assignee | ||
Comment 1•12 years ago
|
||
:ferjm suspects this may be an OOP issue and is doing some tests to confirm
Comment 2•12 years ago
|
||
To isolate this bug - can you reproduce this with the identity trusty UI disabled? Is this logcat only? What's the negative behavior from an end-user when this happens?
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #2)
> To isolate this bug - can you reproduce this with the identity trusty UI
> disabled? Is this logcat only? What's the negative behavior from an end-user
> when this happens?
It appears isolated to the Trusty UI, and it's only begun happening today. The negative behavior is a white screen that the user can't interact with.
Working on it now with Zach and Fernando. Think we're close to identifying the root cause.
Comment 4•12 years ago
|
||
This PR fixes the white screen: https://github.com/mozilla-b2g/gaia/pull/6269
Updated•12 years ago
|
Component: Identity → Gaia
Product: Core → Boot2Gecko
Version: Trunk → unspecified
Assignee | ||
Comment 5•12 years ago
|
||
Thanks to Zach's PR, things appear to be working correctly. We still get the frightening SSL errors.
:bsmith, can you help confirm whether the "nsSSLStatus has null mServerCert" errors are ignorable?
Thanks, everyone,
j
Comment 6•12 years ago
|
||
Pointer to Github pull-request
Updated•12 years ago
|
Attachment #679487 -
Attachment is obsolete: true
Comment 7•12 years ago
|
||
Pointer to Github pull-request
Updated•12 years ago
|
Attachment #679495 -
Attachment is obsolete: true
Updated•12 years ago
|
Component: Gaia → Gaia::System
Comment 8•12 years ago
|
||
(In reply to Jed Parsons [:jparsons] from comment #5)
> Thanks to Zach's PR, things appear to be working correctly. We still get
> the frightening SSL errors.
>
> :bsmith, can you help confirm whether the "nsSSLStatus has null mServerCert"
> errors are ignorable?
Just don't use the isExtendedValidation property, and the error will go away. We already decided we're not going to support the EV UI for v1, for reasons much related to this.
Updated•12 years ago
|
No longer blocks: basecamp-id
Assignee | ||
Comment 9•12 years ago
|
||
Ok considering this was a red herring, I'm marking the bug as invalid.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•