SSLContext context = SSLContext.getInstance("SSL");
The above line results in the exception:
java.security.NoSuchAlgorithmException: SSLContext SSL implementation not found
I'm using Android 2.0 SDK and when specifying TLS, it is accepted.
How come I get the exception? Doesn't Android support SSL?