{ "id": "63116", "key": "TIMOB-2484", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "8", "description": "", "name": "Needs more info" }, "resolutiondate": "2012-04-30T11:20:47.000+0000", "created": "2011-04-15T03:20:59.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "SupportTeam", "api" ], "versions": [ { "id": "13070", "description": "Release 1.8 Service Pack 2", "name": "Release 1.8.2", "archived": true, "released": true, "releaseDate": "2012-02-29" } ], "issuelinks": [], "assignee": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-16T20:40:51.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}
If I put a port 443 or a different one the connection does not\r\nwork
I can confirm that this doesn't work.
\n\nvar xhr = Titanium.Network.createHTTPClient();\nxhr.open('POST', 'https://someurl:2343');
\n
\nthrows an xhr.onerror:
\n\n{\nerror = \"Error Domain=ASIHTTPRequestErrorDomain Code=1 \\\"A connection failure occurred\\\" UserInfo=0x6c21d80 {NSUnderlyingError=0x6c1ac70 \\\"The operation couldn\\U2019t be completed. (kCFErrorDomainCFNetwork error 2.)\\\", NSLocalizedDescription=A connection failure occurred}\";\nsource = \"[object TiNetworkClient]\";\ntype = error;\n}
\n