That's what I'm looking for. Thank you for the assistance.
Type: Posts; User: patrickl
That's what I'm looking for. Thank you for the assistance.
This looks close to what I need, but context.getSocketFactory() is an instance of javax.net.ssl.SSLSocketFactory, and Socket.setSocketImplFactory() expects a java.net.SocketImplFactory. I cannot cast...
When trying to connect to our client's LS server, we receive the error described in this android dev document:
http://developer.android.com/training/articles/security-ssl.html#CommonProblems
We...