SSl hand-shaking getting failed on enterprise Android but working good with ordinary devices
- 阅读更多 关于 SSl hand-shaking getting failed on enterprise Android but working good with ordinary devices
问题 I am facing the issue in making SSL connection with the enterprise devices. When I run my application on normal android devices the SSL hand-shaking get successful. I don't know why this is happening the code should work with both the devices. Here is my code for choosing a certificate and extracting alias private and certificate chain : public void userAliasCertificateSelection() { boolean isGranted = appPreferences.getPrefrenceBoolean("mycertificate"); if (!isGranted) { //Get cert and