未经手的例外:handshakeException:客户端中的握手错误(OS错误:证书_verify_failed:证书已过期(Handshake.cc:393))
我在较旧版本的Android -5.1上启动我的应用程序,并且我遇到了此错误:
Unhandled Exception: HandshakeException: Handshake error in client (OS Error: CERTIFICATE_VERIFY_FAILED: certificate has expired(handshake.cc:393))
在较新的Android上,它没有出现。 我正在向后端提出发布请求,如何解决?
我找到了解决方案:在这里说明
I launch my app on older version of Android - 5.1 and I am getting this error:
Unhandled Exception: HandshakeException: Handshake error in client (OS Error: CERTIFICATE_VERIFY_FAILED: certificate has expired(handshake.cc:393))
On newer Android like 10 this is not appearing.
I am making POST request to my backend, how to fix it?
I found solution: enter link description here
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试这个
我不确定flutter网的不确定,但它可能有助于扑动iOS和Android。
Try this one
I am not sure about flutter web but it may help flutter ios and android.