Workaround for old Androids not connecting to new Let's Encrypt hosts (#2014)
* Rename .java to .kt * convert OkHttpUtils to Kotlin * trust new letsencrypt root cert * cleanup OkHttpUtils * add link to lets encrypt cert to OkHttpUtils
This commit is contained in:
parent
708b88404c
commit
5db3bb3779
4 changed files with 120 additions and 90 deletions
|
@ -139,6 +139,7 @@ dependencies {
|
|||
|
||||
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
|
||||
implementation "com.squareup.okhttp3:logging-interceptor:$okhttpVersion"
|
||||
implementation "com.squareup.okhttp3:okhttp-tls:$okhttpVersion"
|
||||
|
||||
implementation "org.conscrypt:conscrypt-android:2.4.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue