- Joined
- Jul 20, 2010
- Messages
- 57
- Reaction score
- 5
We are using v20 and recently update the SSL certificate. It works fine from PWA and IOS. On the Adroid app it shows Ready for Calls but the green button is greyed out. The Teams, Contacts and Recents just keep spinning loading. I can make calls but I cannot receive any.
The Advance Log shows this error:
2024-01-30 16:43:52.868 11951-11951 V/3CXPhone.TokenServiceImpl:updateAccessToken - https://xxxx:5001, using RefreshToken(value=***)
2024-01-30 16:43:52.954 11951-12084 E/3CXPhone.BaseOkHttpClient:request failed (SSLHandshakeException) - Read error: ssl=0xb4000075a25b7ac8: Failure in SSL library, usually a protocol error
error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (external/boringssl/src/ssl/tls_record.cc:592 0xb40000761b91ab40:0x00000003)
error:1000009a:SSL routines:OPENSSL_internal:HANDSHAKE_FAILURE_ON_CLIENT_HELLO (external/boringssl/src/ssl/handshake.cc:644 0x762c65311a:0x00000000)
2024-01-30 16:43:52.955 11951-11951 W/3CXPhone.TokenServiceImpl:updateAccessToken - failed (RefreshToken(value=***)) (SSLHandshakeException) - Read error: ssl=0xb4000075a25b7ac8: Failure in SSL library, usually a protocol error
error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (external/boringssl/src/ssl/tls_record.cc:592 0xb40000761b91ab40:0x00000003)
error:1000009a:SSL routines:OPENSSL_internal:HANDSHAKE_FAILURE_ON_CLIENT_HELLO (external/boringssl/src/ssl/handshake.cc:644 0x762c65311a:0x00000000)
2024-01-30 16:43:52.955 11951-11951 W/3CXPhone.AuthDataManager:Failed to get auth data (SSLHandshakeException) - Read error: ssl=0xb4000075a25b7ac8: Failure in SSL library, usually a protocol error
error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (external/boringssl/src/ssl/tls_record.cc:592 0xb40000761b91ab40:0x00000003)
error:1000009a:SSL routines:OPENSSL_internal:HANDSHAKE_FAILURE_ON_CLIENT_HELLO (external/boringssl/src/ssl/handshake.cc:644 0x762c65311a:0x00000000)
2024-01-30 16:43:52.956 11951-11951 E/3CXPhone.MyPhoneConnection:[1] failed to open a session
javax.net.ssl.SSLHandshakeException: Read error: ssl=0xb4000075a25b7ac8: Failure in SSL library, usually a protocol error
error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (external/boringssl/src/ssl/tls_record.cc:592 0xb40000761b91ab40:0x00000003)
error:1000009a:SSL routines:OPENSSL_internal:HANDSHAKE_FAILURE_ON_CLIENT_HELLO (external/boringssl/src/ssl/handshake.cc:644 0x762c65311a:0x00000000)
at com.android.org.conscrypt.SSLUtils.toSSLHandshakeException(SSLUtils.java:356)
Any idea what can be causing this issue?
The Advance Log shows this error:
2024-01-30 16:43:52.868 11951-11951 V/3CXPhone.TokenServiceImpl:updateAccessToken - https://xxxx:5001, using RefreshToken(value=***)
2024-01-30 16:43:52.954 11951-12084 E/3CXPhone.BaseOkHttpClient:request failed (SSLHandshakeException) - Read error: ssl=0xb4000075a25b7ac8: Failure in SSL library, usually a protocol error
error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (external/boringssl/src/ssl/tls_record.cc:592 0xb40000761b91ab40:0x00000003)
error:1000009a:SSL routines:OPENSSL_internal:HANDSHAKE_FAILURE_ON_CLIENT_HELLO (external/boringssl/src/ssl/handshake.cc:644 0x762c65311a:0x00000000)
2024-01-30 16:43:52.955 11951-11951 W/3CXPhone.TokenServiceImpl:updateAccessToken - failed (RefreshToken(value=***)) (SSLHandshakeException) - Read error: ssl=0xb4000075a25b7ac8: Failure in SSL library, usually a protocol error
error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (external/boringssl/src/ssl/tls_record.cc:592 0xb40000761b91ab40:0x00000003)
error:1000009a:SSL routines:OPENSSL_internal:HANDSHAKE_FAILURE_ON_CLIENT_HELLO (external/boringssl/src/ssl/handshake.cc:644 0x762c65311a:0x00000000)
2024-01-30 16:43:52.955 11951-11951 W/3CXPhone.AuthDataManager:Failed to get auth data (SSLHandshakeException) - Read error: ssl=0xb4000075a25b7ac8: Failure in SSL library, usually a protocol error
error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (external/boringssl/src/ssl/tls_record.cc:592 0xb40000761b91ab40:0x00000003)
error:1000009a:SSL routines:OPENSSL_internal:HANDSHAKE_FAILURE_ON_CLIENT_HELLO (external/boringssl/src/ssl/handshake.cc:644 0x762c65311a:0x00000000)
2024-01-30 16:43:52.956 11951-11951 E/3CXPhone.MyPhoneConnection:[1] failed to open a session
javax.net.ssl.SSLHandshakeException: Read error: ssl=0xb4000075a25b7ac8: Failure in SSL library, usually a protocol error
error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (external/boringssl/src/ssl/tls_record.cc:592 0xb40000761b91ab40:0x00000003)
error:1000009a:SSL routines:OPENSSL_internal:HANDSHAKE_FAILURE_ON_CLIENT_HELLO (external/boringssl/src/ssl/handshake.cc:644 0x762c65311a:0x00000000)
at com.android.org.conscrypt.SSLUtils.toSSLHandshakeException(SSLUtils.java:356)
Any idea what can be causing this issue?