Page 1 of 1

Is it possible to use ssl

Posted: Thu Feb 28, 2013 11:36 pm
by Barbara

I want my login page to use ssl, can I do this?


Is it possible to use ssl

Posted: Fri Mar 01, 2013 2:36 am
by maxkatz

For your app? It has to be configured where you host the app.


Is it possible to use ssl

Posted: Fri Mar 01, 2013 2:42 am
by Barbara

I'm just distributing an apk, wouldn't it have to be done in there somehow?


Is it possible to use ssl

Posted: Fri Mar 01, 2013 9:02 am
by Maryna Brodina

There is no need in additional apk configuration. You just need to set appropriate address (https:// instead of a href="http://" rel="nofollow"http:///a).

One more thing Phonegap does not allow secure requests to a web service that has a self signed cert.


Is it possible to use ssl

Posted: Sat Mar 02, 2013 3:33 am
by Barbara

Does that mean exporting the code and altering it manually, as my login page is the initial page in the app? If so can I then reimport so I can rebuild the apk?

I don't understand the second part


Is it possible to use ssl

Posted: Sat Mar 02, 2013 3:38 am
by maxkatz

SSL has to do with server configuration, not the actual app.


Is it possible to use ssl

Posted: Sat Mar 02, 2013 6:09 am
by Barbara

It's an apk - what server?


Is it possible to use ssl

Posted: Sat Mar 02, 2013 1:29 pm
by maxkatz

Then, were do you want to use SSL? SSL is a secure communication between a client and server.


Is it possible to use ssl

Posted: Sat Mar 02, 2013 2:12 pm
by Barbara

Can I use ssl in an apk?


Is it possible to use ssl

Posted: Sat Mar 02, 2013 2:34 pm
by maxkatz

I think so, for communication - but you would need to read more on what's possible.