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 ?