Did Glide 4.15.1 support TLS 1.2 ?

25 views
Skip to first unread message

Muhammad Ilyas

unread,
Jun 26, 2023, 2:51:37 AM6/26/23
to Glide
Hi Everyone
I need to find out the official release or any official document about Did Glide 4.15.1 support TLS 1.2 ?

can anyone help me to find out this one.

Thanks

Róbert Papp (TWiStErRob)

unread,
Jun 26, 2023, 3:23:23 AM6/26/23
to Glide
Hi! Glide doesn't strictly speaking do networking by itself, instead it relies on integration libraries. e.g.
So it depends on which one of these an app uses, how, and also potentially global configuration outside of Glide like setDefaultSSLSocketFactory.

Hope this helps.

Muhammad Ilyas

unread,
Jun 26, 2023, 8:47:48 AM6/26/23
to Glide
Hi 

I need your attention that where I stuck. As we are using built-in Android Java HTTP without any custom changes in code/implementation that glide put it on Github.

Glide.with(this) .load(url) .apply( RequestOptions() .placeholder(loadingResource) .error(placeHolder) ) .into(this)

so what we need to know did glide implementation on built-in Android Java HTTP support TLS 1.2 or not ?
Reply all
Reply to author
Forward
0 new messages