I guess that using an unsecured connection is... not secure (good guess) but I don't really want to spend a lot of time to configure the security on my server right now. I'd like first to developp my application to see if what I want to do is feasible or not and then implement the security.
So, is it easy, once every works in an unsecured way to switch to a secure one? In my mind, it would something like "you do stuff on your server to enable the security and you remove the line with setSecurityMode and that's it". Is it more like this or more like "you'll have to change 95% of your code" ?
Thanks