Skip to content

SSL handshake timed out #86

Closed
Closed
@farzadi

Description

@farzadi

I'm getting this error .android API 22

implementation 'com.squareup.okhttp:okhttp:2.4.0'
implementation 'com.squareup.okhttp3:logging-interceptor:3.8.1'
implementation 'com.parse:parse-android:1.17.3'
implementation 'com.parse:parse-livequery-android:1.0.6'

E/ParseLiveQueryClient: Socket onError
                                                                        java.net.SocketTimeoutException: SSL handshake timed out
                                                                            at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method)
                                                                            at com.android.org.conscrypt.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:318)
                                                                            at okhttp3.internal.connection.RealConnection.connectTls(RealConnection.java:302)
                                                                            at okhttp3.internal.connection.RealConnection.establishProtocol(RealConnection.java:270)
                                                                            at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:162)
                                                                            at okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:257)
                                                                            at okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:135)
                                                                            at okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:114)
                                                                            at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42)
                                                                            at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
                                                                            at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
                                                                            at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93)
                                                                            at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
                                                                            at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
                                                                            at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93)
                                                                            at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
                                                                            at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:126)
                                                                            at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)
                                                                            at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:121)
                                                                            at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:200)
                                                                            at okhttp3.RealCall$AsyncCall.execute(RealCall.java:147)
                                                                            at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32)
                                                                            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
                                                                            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
                                                                            at java.lang.Thread.run(Thread.java:818)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions