Android: SSLContext SSL implementation not found [duplicate]
Possible Duplicate:
Android NoSuchAlgorithmException: “SSLContext SSL implementation not found”
H开发者_开发知识库as anybody experience with this error in Android? It is thrown by this line:
SSLContext context = SSLContext.getInstance("SSL");
Apparently, yes. See this post. This discussion may also be relevant.
精彩评论