Am using Koltin v1.3.40,in that try load images from server using glide getting SSL exception in lower end devices.meanwhile implemented TLS functionality for low end devices.After removing kotlin plugin images getting loaded properly from server.Kindly suggest to resolve the problem.
class com.bumptech.glide.load.engine.GlideException:
Failed to load resource There was 1 cause:
javax.net.ssl.SSLHandshakeException(javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x7d8e2a90: Failure in SSL library, usually a protocol error error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version (external/openssl/ssl/s23_clnt.c:744 0x746ab7e8:0x00000000)) call GlideException#logRootCauses(String) for more detail Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Fetching data failed, class java.io.InputStream, REMOTE –