Advertisement
Guest User

stacktrace

a guest
Aug 23rd, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.75 KB | None | 0 0
  1. W/System.err: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
  2. W/System.err: at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFileDescriptorSocket.java:236)
  3. W/System.err: at okhttp3.internal.connection.RealConnection.connectTls(RealConnection.java:319)
  4. D/NetworkManagementSocketTagger: tagSocket(112) with statsTag=0xffffffff, statsUid=-1
  5. W/System.err: at okhttp3.internal.connection.RealConnection.establishProtocol(RealConnection.java:283)
  6. W/System.err: at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:168)
  7. W/System.err: at okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:257)
  8. W/System.err: at okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:135)
  9. W/System.err: at okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:114)
  10. W/System.err: at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42)
  11. W/System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  12. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  13. W/System.err: at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93)
  14. W/System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  15. W/System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  16. W/System.err: at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93)
  17. W/System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  18. W/System.err: at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:126)
  19. W/System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  20. W/System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  21. W/System.err: at com.libhttp.http.HttpSender$3.intercept(HttpSender.java:162)
  22. W/System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
  23. W/System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
  24. at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:254)
  25. W/System.err: at okhttp3.RealCall.execute(RealCall.java:92)
  26. W/System.err: at retrofit2.OkHttpCall.execute(OkHttpCall.java:180)
  27. at com.jakewharton.retrofit2.adapter.rxjava2.CallObservable.subscribeActual(CallObservable.java:41)
  28. W/System.err: at io.reactivex.Observable.subscribe(Observable.java:12246)
  29. at com.jakewharton.retrofit2.adapter.rxjava2.BodyObservable.subscribeActual(BodyObservable.java:34)
  30. at io.reactivex.Observable.subscribe(Observable.java:12246)
  31. at io.reactivex.internal.operators.observable.ObservableMap.subscribeActual(ObservableMap.java:32)
  32. W/System.err: at io.reactivex.Observable.subscribe(Observable.java:12246)
  33. at io.reactivex.internal.operators.observable.ObservableDoOnLifecycle.subscribeActual(ObservableDoOnLifecycle.java:33)
  34. at io.reactivex.Observable.subscribe(Observable.java:12246)
  35. at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96)
  36. at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:578)
  37. W/System.err: at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66)
  38. at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57)
  39. W/System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  40. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301)
  41. W/System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
  42. W/System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
  43. at java.lang.Thread.run(Thread.java:764)
  44. W/System.err: Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
  45. W/System.err: at com.android.org.conscrypt.TrustManagerImpl.checkTrustedRecursive(TrustManagerImpl.java:654)
  46. at com.android.org.conscrypt.TrustManagerImpl.checkTrusted(TrustManagerImpl.java:499)
  47. W/System.err: at com.android.org.conscrypt.TrustManagerImpl.checkTrusted(TrustManagerImpl.java:422)
  48. W/System.err: at com.android.org.conscrypt.TrustManagerImpl.getTrustedChainForServer(TrustManagerImpl.java:343)
  49. at android.security.net.config.NetworkSecurityTrustManager.checkServerTrusted(NetworkSecurityTrustManager.java:94)
  50. W/System.err: at android.security.net.config.RootTrustManager.checkServerTrusted(RootTrustManager.java:88)
  51. W/System.err: at com.android.org.conscrypt.Platform.checkServerTrusted(Platform.java:208)
  52. at com.android.org.conscrypt.ConscryptFileDescriptorSocket.verifyCertificateChain(ConscryptFileDescriptorSocket.java:426)
  53. W/System.err: at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method)
  54. at com.android.org.conscrypt.NativeSsl.doHandshake(NativeSsl.java:383)
  55. W/System.err: at com.android.org.conscrypt.ConscryptFileDescriptorSocket.startHandshake(ConscryptFileDescriptorSocket.java:231)
  56. W/System.err: ... 40 more
  57. I/System.out: [TCP] start socket writer
  58. I/System.out: [TCP] Send ok...
  59. I/System.out: [TCP] start Receive
  60. W/System.err: Caused by: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
  61. ... 51 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement