Я пытаюсь использовать Glide для загрузки изображения с URL:
Glide.with(getContext()).load(urlImage).error(R.drawable.ic_profile_default).into(imgUser);
Это ошибка, которую я получаю:
W/Glide: Load failed for https:www.cerberusenlinea.com/images/profile/16/13/HOLCIM.jpeg with size [204x204]
class com.bumptech.glide.load.engine.GlideException: Failed to load resource
There was 1 cause:
javax.net.ssl.SSLHandshakeException(java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.)
call GlideException#logRootCauses(String) for more detail