Android4.4以下SSL handshake aborted: ssl=0x7a806cd0: I/O error during system call, Connection reset by

本文详细探讨了在Android设备上遇到的javax.net.ssl.SSLException问题,特别是在进行SSL握手时出现的异常。针对使用Nginx服务器的场景,提供了解决方案,包括扫描SSL测试URL检查连接,并建议在Nginx配置文件中添加特定设置以增强TLS支持。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

https://stackoverflow.com/questions/30538640/javax-net-ssl-sslexception-read-error-ssl-0x9524b800-i-o-error-during-system

android javax.net.ssl.SSLException: SSL handshake aborted: ssl=0x7a806cd0: I/O error during system call, Connection reset by peer

If using Nginx and getting a similar problem, then this might help:

Scan your domain on this sslTesturl, and see if the connection is allowed for your device version.

If lower version devices(like < Android 4.4.2 etc) are not able to connect due to TLS support, then try adding this to your Nginx config file

服务器增加以下配置即可:

ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值