gpt4 book ai didi

访问 Nasa webservice 时 Android 4.1.1 ssl 异常

转载 作者:太空宇宙 更新时间:2023-11-03 14:10:46 24 4
gpt4 key购买 nike

我正在尝试访问 Nasa 网络服务,使用 Android 5.x 一切正常,但是当使用 Android 4.1.1 时抛出异常:javax.net.ssl.SSLException: Connection closed by peer

 OutputStream output = null;
url = new URL("https://firms.modaps.eosdis.nasa.gov/active_fire/text/Europe_24h.csv");
HttpsURLConnection https = (HttpsURLConnection) url.openConnection();
https.getInputStream(); <---- fails here

有什么想法吗?

最佳答案

该站点仅支持 TLS 1.1+,不支持 TLS 1.0(请参阅 analysis of SSLLabs)。根据 SSLLabs,Android 4.1.1 不支持 TLS 1.1+ .

关于访问 Nasa webservice 时 Android 4.1.1 ssl 异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31001529/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com