Android 4.1 to 4.4 KitKat - Enable TLS 1.2 for API

Viewed 6602

In trying to disable TLS 1.0, there are KitKat devices needing access to my API. I have tried overriding the default socket factory without success. I have tried converting to okhttp. Still not working. How do I get Android KitKat to connect to my API?

2 Answers
Related