Closed
Bug 390084
Opened 17 years ago
Closed 17 years ago
ssl problem: checking task on remote calendar return fatal error 0x80040111
Categories
(Calendar :: Provider: ICS/WebDAV, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 387559
People
(Reporter: pavlovic, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6pre) Gecko/20070729 Calendar/0.7pre
Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIHttpChannel.requestSucceeded]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: file:///C:/sunbird/components/calICSCalendar.js :: anonymous :: line 383" data: no]
Source File: file:///C:/sunbird/components/calICSCalendar.js
Line: 383
Reproducible: Always
Steps to Reproduce:
1. Subscribe to remote calendar
2. add new task
3. restart calendar
4. click on check button, that task is completed
5. receive error
Actual Results:
Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIHttpChannel.requestSucceeded]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: file:///C:/sunbird/components/calICSCalendar.js :: anonymous :: line 383" data: no]
Source File: file:///C:/sunbird/components/calICSCalendar.js
Line: 383
Reporter | ||
Comment 1•17 years ago
|
||
I found that, when I switch off the Basic Auth on server everything is working properly!
Summary: checking task on remote calendar return fatal error 0x80040111 → ssl problem: checking task on remote calendar return fatal error 0x80040111
Reporter | ||
Comment 2•17 years ago
|
||
This problem occures on 0.5, 0.6 and 0.7 versions of sunbird. 0.3.1 is working. 0.4 unchecked
Version: unspecified → Trunk
Comment 3•17 years ago
|
||
(In reply to comment #1)
> I found that, when I switch off the Basic Auth on server everything
> is working properly!
Does the server requires authentication for PUT but not for GET?
In my opinion this is a duplicate of Bug 387559.
Reporter | ||
Comment 4•17 years ago
|
||
Yes you are copletly right. Sorry for duplication.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•17 years ago
|
||
Bug 387559 is fixed now. I'd like you to retest with a Sunbird or Lightning 0.7pre (20070912) or newer build if your issue is entirely fixed now.
You need to log in
before you can comment on or make changes to this bug.
Description
•