Closed Bug 592661 Opened 14 years ago Closed 12 years ago

Sometimes web.html() DekiScript function returns '(unable to fetch text document from uri [status: 0 (UnableToConnect), message: "Error getting response stream (Trust failure): TrustFailure"])' when trying to load pages from https://bugzilla.mozilla.org/

Categories

(developer.mozilla.org Graveyard :: General, defect)

Other
Other
defect
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: igorkitsa, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
Build Identifier: 

Looks like sometimes Deki engine doesn't trust https://bugzilla.mozilla.org/ or something. The problem disappears after a number of reloads of page containing the function mentioned above.

The same problem is with web.xml() but it just returns zero length XML literal. See URL in bug description section for the example.

Reproducible: Sometimes

Steps to Reproduce:
1. Start editing a page in https://developer.mozilla.org/ .
2. Add a script with the function
   web.html('https://bugzilla.mozilla.org/show_bug.cgi?id=429507');
   to the page.
3. Save the page.
Actual Results:  
Sometimes the following message appears instead of the page being loaded:

(unable to fetch text document from uri [status: 0 (UnableToConnect), message: "Error getting response stream (Trust failure): TrustFailure"])

Expected Results:  
The page mentioned as a parameter of web.html() should be loaded.
Replaced Deki with Kuma, our new MDN platform. Let me know if this is still a problem there.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Component: Deki Infrastructure → Other
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.