I have socket based Transport. SSL cerificate also is in use in this case. I use this transport from standart Swing client - works fine. When I try set it up to Android application bacame following Exception :
05-27 08:31:24.332: WARN/System.err(223): java.security.NoSuchAlgorithmException: SSLContext SSL implementation not found 05-27 08:31:24.342: WARN/System.err(223): at org.apache.harmony.security.fortress.Engine.getInstance(Engine.java: 104) 05-27 08:31:24.352: WARN/System.err(223): at javax.net.ssl.SSLContext.getInstance(SSLContext.java:58) 05-27 08:31:24.352: WARN/System.err(223): at com.dukascopy.transport.common.mina.ssl.SSLContextFactory.createClientSSLContext(SSLContextFactory.java: 158) 05-27 08:31:24.352: WARN/System.err(223): at com.dukascopy.transport.common.mina.ssl.SSLContextFactory.getInstance(SSLContextFactory.java: 80) 05-27 08:31:24.362: WARN/System.err(223): at com.dukascopy.transport.client.ClientConnector.run(ClientConnector.java: 105) Have looked at many Android forums, and didn't find any solution... Except this -> http://stackoverflow.com/questions/995514/https-connection-android But TLS is not ok for me. I can not belive that on Android SDK is not possible create SSL connection in standart way. (not http connection...) Thanks! Hopefully anybody have experience with this -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

