Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Is it possible to use ssl

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Is it possible to use ssl

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

Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Is it possible to use ssl

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Is it possible to use ssl

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.

Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Is it possible to use ssl

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Is it possible to use ssl

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

Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Is it possible to use ssl

It's an apk - what server?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Is it possible to use ssl

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

Barbara
Posts: 0
Joined: Mon Sep 17, 2012 8:42 am

Is it possible to use ssl

Can I use ssl in an apk?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Is it possible to use ssl

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

Return to “Issues”