I think I've got my B4J server converted to SSL. On the B4a client end, what do I need to do (other than changing the target prefix to "https://"?
Long version:
I've been testing a B4A client app that uses CloudKVS to sync with a B4J server app running on an Ubuntu VPS. That all works pretty well so far.
I'd like to secure the network traffic using SSL, so I got a domain name and SSL certificate for the VPS. Using the posts on this forum, I think I've got it configured OK on the server side (he said hopefully).
On the B4A side, I'm not sure what I need to do, other than the obvious:
- Change the URL prefix from http to https.
- Remove the clear-text entry in the manifest.
I suspect I need to include the keystore somehow, but not sure of the specifics. I found a B4A library for doing SSL, but wasn't sure if that was needed for basic SSL support.
Any tips appreciated!
Long version:
I've been testing a B4A client app that uses CloudKVS to sync with a B4J server app running on an Ubuntu VPS. That all works pretty well so far.
I'd like to secure the network traffic using SSL, so I got a domain name and SSL certificate for the VPS. Using the posts on this forum, I think I've got it configured OK on the server side (he said hopefully).
On the B4A side, I'm not sure what I need to do, other than the obvious:
- Change the URL prefix from http to https.
- Remove the clear-text entry in the manifest.
I suspect I need to include the keystore somehow, but not sure of the specifics. I found a B4A library for doing SSL, but wasn't sure if that was needed for basic SSL support.
Any tips appreciated!