【发布时间】:2020-06-27 17:47:30
【问题描述】:
在使用 Unity 5.6.7 时,我在 Android 上通过 HTTPS 访问安全服务器时遇到问题。
javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
当使用最新版本的 Unity 时,这不是问题,因为 UnityWebRequest 具有 CertificateHandler 属性,我可以在其中验证连接,不幸的是在 5.6.7 中这不存在我想避免更新引擎。
请帮忙! 干杯,
【问题讨论】:
标签: android unity3d https unitywebrequest