Firstly I have found same question but it 5 years old and its not helping me so i am asking one more time.
I have android API 10 which i am working. I have to make API call to may server that server running HTTPS with TLS 1.1/1.2 protocol connection.
Can any one point me to some right direction. from where I can begin on. Or any third Party library name that can help me to connect my server with Android API 10, That would be nice.
Please Help me. Thanks.
After long time sorry forget to answer my Question.
I have found solution in
/etc/httpd/conf.d/ssl.confFile. Server side I have edit/etc/httpd/conf.d/ssl.conffile and addcipher suitewhich available in my custom android OS for making TLS 1.0 connection. I have addTLS_DHE_RSA_WITH_AES_128_CBC_SHAcipher suite on my server and working.