I try to connect a Android client to a server (node) using Https . I have already connect the client using Http, it works. I have a certificat and a key generated by the server.
I don't know how do to establish the connection using Https. I found similar topic but I don't understand where they use certificate .
see ---> http://blog.antoine.li/2010/10/22/android-trusting-ssl-certificates/
Accepting a certificate for HTTPs on Android
Someone to help ? Thanks