Android4.4.2下执行wx.cloud.uploadFile失败怎么办?

发布于 9 年前作者 ezhou14788 次浏览最后编辑 9 年前来自 ask

Android4.4.2下执行wx.cloud.uploadFile失败,出错信息:uploadFile: fail SSL handshake aborted: ssl=0x78102390: I/O error during system call, Connection reset by peer。初步查阅资料说是由于Android 4.0- 4.4 不支持TLS v1.1 和TLS v1.2导致。那么此时该怎样实现云开发文件上传呢?

2 回复
licheng
licheng1 楼6 年前

这个系统版本太低了,试下更新?

xiulanwan
xiulanwan2 楼6 年前

要不自己搞个服务器,tls版本弄个兼容低版本的?