Unable to extract the trust manager on Android10Platform, sslSocketFactory is class com.android.org.conscrypt.OpenSSLSocketFactoryImpl site:stackoverflow.com
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- android, kotlin
- Domain
- mobile-dev, networking
Research direction
Start with RetrofitClientBuilder.java around line 186 and trace its construction from VimeoClient.java lines 114, 132, and 182. Reproduce initialization on Android 10 with version 1.1.3, then investigate the Android10Platform trust-manager failure shown in the stack trace; done means VimeoClient initializes without the IllegalStateException.
Written by the indexing model from the issue text.
Description
Issue Summary
I'm using version 1.1.3.
VimeoClient crashes upon initialize with the following stack trace:
Caused by: java.lang.IllegalStateException: Unable to extract the trust manager on Android10Platform, sslSocketFactory is class com.android.org.conscrypt.OpenSSLSocketFactoryImpl
at okhttp3.OkHttpClient$Builder.sslSocketFactory(OkHttpClient.kt:751)
at com.vimeo.networking.RetrofitClientBuilder.build(RetrofitClientBuilder.java:186)
at com.vimeo.networking.VimeoClient.createOkHttpClient(VimeoClient.java:182)
at com.vimeo.networking.VimeoClient.createRetrofit(VimeoClient.java:132)
at com.vimeo.networking.VimeoClient.<init>(VimeoClient.java:121)
at com.vimeo.networking.VimeoClient.initialize(VimeoClient.java:114)
Reproduction Steps
Initialize the VimeoClient.
Expected Behavior
VimeoClient initializes.
Actual Behavior
VimeoClient throws IllegalStateException upon initialize.
- Dominant language
- Kotlin
- Stars
- 128
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from vimeo/vimeo-networking-java
-
Difficulty 3/5 1-2 days Newbie friendliness 42/100
vimeo/vimeo-networking-java#633 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 20/100
vimeo/vimeo-networking-java#632 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 30/100
vimeo/vimeo-networking-java#613 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 20/100
vimeo/vimeo-networking-java#579 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
vimeo/vimeo-networking-java#572 · 1 reaction ·
All issues in vimeo/vimeo-networking-java
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
AAswordman/Operit#1265 · 3 comments ·
-
Source is down
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
keiyoushi/extensions-source#19317 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
acristescu/OnlineGo#216 ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
libre-tube/LibreTube#8803 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100