[TIMOB-1387] XHR with self signed certificate not working since yesterday
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-10-27T15:51:09.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Sprint 2011-30, Release 1.8.0 |
Components | iOS |
Labels | n/a |
Reporter | Marko Perutovic |
Assignee | Stephen Tramer |
Created | 2011-04-15T02:51:04.000+0000 |
Updated | 2012-02-10T00:53:20.000+0000 |
Description
Here some code. Worked fine since yesterday.
@@@xhrBOCall.onerror = BO_Call_error; xhrBOCall.onload =
BO_Call_success;
xhrBOCall.validateSecureCertificate = false;
xhrBOCall.open(strHttpMethod,strURL);
(xhrBOCall); xhrBOCall.send(dataToSend);
It returns error:
Domain=ASIHTTPRequestErrorDomain Code=1...
which I can't copy because since today Ti.API.info not working...
I use SDK4.0.1 for iPhone.
Attachments
File | Date | Size |
---|---|---|
app.js | 2011-04-15T02:51:04.000+0000 | 1185 |