[AC-1621] appcelerator.https module is not available for Titanium Studio
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2014-08-15T16:34:00.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator Modules |
Labels | TCSupportTriage |
Reporter | Alejandro Saldivar |
Assignee | Mauro Parra-Miranda |
Created | 2014-08-14T16:44:26.000+0000 |
Updated | 2016-03-08T07:38:06.000+0000 |
Description
According to the documentation of Titanium Studio says that to create a httpclient to connect to a url with https you have to add the property SecurityManager, otherwise create an exception
in this documentation does not tell you how to generate the SecurityManager
in Appcelerator Platform documentation says that to generate this securitymanager you need to add the module appcelerator.https and called through a require
the issue is that the module does not exist in Titanium Studio and I'm in trouble because since the last release: 3.3.0 is no longer possible to request for httpclient
my question is, is there any url where I can download this module?
the only thing i found was a broken url:
https://github.com/appcelerator-modules/appcelerator.https
what solution do you propose?
regards
Hello, the appcelerator.https is only available for Appcelerator Studio users. Best Regards
ok, so i assume that in titanium studio is not longer possible to connect to https urls?
Hello, You can connect to any https webservice via your httpclient without issues. Appcelerator.https is focused to detecting man in the middle attacks.
Best Regards
my bad, i thought it was necessary to use this module, i was wrong thanks mauro, i appreciate
So does this mean that in order to detect mitm attacks, a securityManager needs to be created, and this can only be done via the appcelerator.https module (or custom created module)? Or can this also be done in pure JS?