SSLContext context = SSLContext.getInstance("SSL");
The above line throws an exception:
java.security.NoSuchAlgorithmException: SSLContext SSL implementation not found
I use the Android 2.0 SDK and when specifying "TLS" it is accepted.
Why am I getting an exception? Does Android support SSL?
Aoo
source share