-
Notifications
You must be signed in to change notification settings - Fork 12
client connect to overseer. TLS_DHE_RSA_WITH_AES_256_CBC_SHA is not supported. #7
Description
Caused by: java.lang.IllegalArgumentException: cipherSuite TLS_DHE_RSA_WITH_AES_256_CBC_SHA is not supported.
01-01 14:08:07.791 12450 12600 E AndroidRuntime: at com.android.org.conscrypt.NativeCrypto.checkEnabledCipherSuites(NativeCrypto.java:1039)
01-01 14:08:07.791 12450 12600 E AndroidRuntime: at com.android.org.conscrypt.SSLParametersImpl.setEnabledCipherSuites(SSLParametersImpl.java:212)
01-01 14:08:07.791 12450 12600 E AndroidRuntime: at com.android.org.conscrypt.ConscryptFileDescriptorSocket.setEnabledCipherSuites(ConscryptFileDescriptorSocket.java:728)
01-01 14:08:07.791 12450 12600 E AndroidRuntime: at org.mitre.svmp.net.SvmpSSLSocketFactory.setExtras(SvmpSSLSocketFactory.java:45)
01-01 14:08:07.791 12450 12600 E AndroidRuntime: at org.mitre.svmp.net.SvmpSSLSocketFactory.createSocket(SvmpSSLSocketFactory.java:31)
01-01 14:08:07.791 12450 12600 E AndroidRuntime: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:170)
01-01 14:08:07.791 12450 12600 E AndroidRuntime: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:170)
01-01 14:08:07.791 12450 12600 E AndroidRuntime: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:124)
01-01 14:08:07.791 12450 12600 E AndroidRuntime: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:366)
01-01 14:08:07.791 12450 12600 E AndroidRuntime: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
01-01 14:08:07.791 12450 12600 E AndroidRuntime: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:492)
01-01 14:08:07.791 12450 12600 E AndroidRuntime: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:470)
01-01 14:08:07.791 12450 12600 E AndroidRuntime: at org.mitre.svmp.apprtc.AppRTCClient$SVMPAuthenticator.doInBackground(AppRTCClient.java:235)
01-01 14:08:07.791 12450 12600 E AndroidRuntime: at org.mitre.svmp.apprtc.AppRTCClient$SVMPAuthenticator.doInBackground(AppRTCClient.java:1)
01-01 14:08:07.791 12450 12600 E AndroidRuntime: at android.os.AsyncTask$2.call(AsyncTask.java:333)
01-01 14:08:07.791 12450 12600 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-01 14:08:07.791 12450 12600 E AndroidRuntime: ... 4 more
01-01 14:08:07.791 12450 12600 W System.err: java.lang.RuntimeException: An error occurred while executing doInBackground()
01-01 14:08:07.791 12450 12600 W System.err: at android.os.AsyncTask$3.done(AsyncTask.java:354)
01-01 14:08:07.791 12450 12600 W System.err: at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
01-01 14:08:07.791 12450 12600 W System.err: at java.util.concurrent.FutureTask.setException(FutureTask.java:252)