Skip to content

Support SNI on lower android device

Saeed Rezaei edited this page Aug 5, 2020 · 1 revision

Call AsyncHttpClient.useConscryptSSLProvider().
before create new instance of AsyncHttpClient

and add Conscrypt to gradle
implementation 'org.conscrypt:conscrypt-android:2.4.0'