Android Studio - 服务器证书过期导致抛出“错误:原因:无法找到请求目标的有效证书路径”。
创始人
2024-08-15 22:30:15
0

当使用Android Studio进行网络请求时,有时会遇到服务器证书过期的问题,导致抛出“错误:原因:无法找到请求目标的有效证书路径”的异常。以下是一种解决方法,其中包含了代码示例。

解决方法:

  1. 创建一个自定义的SSLSocketFactory类,用于处理证书验证的问题。在该类中,我们可以重新实现验证服务器证书的逻辑。
import java.security.KeyManagementException;
import java.security.NoSuchAlgorithmException;
import java.security.SecureRandom;
import java.security.cert.CertificateException;
import java.security.cert.X509Certificate;
import javax.net.ssl.HostnameVerifier;
import javax.net.ssl.HttpsURLConnection;
import javax.net.ssl.SSLContext;
import javax.net.ssl.SSLSession;
import javax.net.ssl.TrustManager;
import javax.net.ssl.X509TrustManager;

public class CustomSSLSocketFactory {
    public static void disableCertificateValidation() {
        try {
            TrustManager[] trustAllCerts = new TrustManager[]{
                    new X509TrustManager() {
                        public X509Certificate[] getAcceptedIssuers() {
                            return new X509Certificate[0];
                        }
                        public void checkClientTrusted(X509Certificate[] certs, String authType) throws CertificateException {}
                        public void checkServerTrusted(X509Certificate[] certs, String authType) throws CertificateException {}
                    }
            };

            SSLContext sc = SSLContext.getInstance("TLS");
            sc.init(null, trustAllCerts, new SecureRandom());
            HttpsURLConnection.setDefaultSSLSocketFactory(sc.getSocketFactory());

            HttpsURLConnection.setDefaultHostnameVerifier(new HostnameVerifier() {
                public boolean verify(String hostname, SSLSession session) {
                    return true;
                }
            });
        } catch (NoSuchAlgorithmException | KeyManagementException e) {
            e.printStackTrace();
        }
    }
}
  1. 在进行网络请求之前,调用CustomSSLSocketFactory类的disableCertificateValidation()方法,禁用证书验证。
CustomSSLSocketFactory.disableCertificateValidation();

// 进行网络请求的代码示例
URL url = new URL("https://example.com");
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
...

通过以上方法,我们可以禁用Android Studio对服务器证书的验证,从而解决"错误:原因:无法找到请求目标的有效证书路径"异常。请注意,禁用证书验证存在安全风险,请在安全可靠的环境中使用。

相关内容

热门资讯

开挂辅助软件"wep... 开挂辅助软件"wepoker透视脚本免费下载pc"开挂(透视)辅助脚本(有挂分析)【无需打开直接搜索...
开挂辅助工具"wep... 开挂辅助工具"wepoker钻石怎么看底牌"开挂(透视)辅助安装(发现有挂)《详细加薇1367043...
辅助开挂!小程序边锋辅助,we... 辅助开挂!小程序边锋辅助,wejoker辅助器要钱玩吗(透视)开挂辅助工具(有挂方略);是一款可以让...
开挂辅助神器"aap... 较多好评“微乐万能挂官网”开挂(透视)辅助教程 了解更多开挂安装加(136704302)微信号是一款...
开挂辅助!天天炫斗辅助工具,h... 开挂辅助!天天炫斗辅助工具,hhpoker到底可以辅助吗(透视)开挂辅助脚本(有挂方法);AI辅助机...
开挂辅助安装"wep... 开挂辅助安装"wepoker到底有没有透视"开挂(透视)辅助平台(有挂攻略);打开点击测试直接进入微...
开挂辅助!顺兴茶楼开挂,wep... 开挂辅助!顺兴茶楼开挂,wepokerplus万能挂(透视)开挂辅助下载(有挂辅助);1、超多福利:...
开挂辅助神器"hhp... 开挂辅助神器"hhpoker真的假的"开挂(透视)辅助下载(有挂技巧) 了解更多开挂安装加(1367...
开挂辅助!微信小程序游戏辅助,... 开挂辅助!微信小程序游戏辅助,wepoker辅助器安装包(透视)开挂辅助下载(有挂规律);1.微信小...
开挂辅助下载"pok... 您好:这款pokemmo脚本辅助游戏是可以开挂的,确实是有挂的,很多玩家在这款pokemmo脚本辅助...