且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

滑行-javax.net.ssl.SSLHandshakeException:java.security.cert.CertPathValidatorException:找不到证书路径的信任锚

更新时间:2021-10-20 05:23:25

问题与证书有关,请点击此链接- https://***.com/a/39032433/4741746

The issue is about certificate follow this link -https://***.com/a/39032433/4741746

这将绕过证书,并允许您输入系统

This will bypass certificate and allow you to enter in system

也请参见此链接- https://futurestud .io/tutorials/glide-module-example-accepting-self-signed-https-certificates

创建自定义GlideModule类,OkHttpUrlLoader类,并按照上述链接中的说明将其附加到Glide上

Create your custom GlideModule Class,OkHttpUrlLoader class and attach to you Glide as mention in above link

您必须放

<meta-data
        android:name="io.futurestud.tutorials.glide.glidemodule.CustomImageSizeGlideModule"
        android:value="GlideModule" />

您的AndroidMainifiedt文件的内部应用程序标记

Inside application tag of your AndroidMainifiest file https://github.com/fs-opensource/android-tutorials-glide/blob/master/app/src/main/AndroidManifest.xml