简体   繁体   English

在 Microsoft Graph API 中找不到证书路径的信任锚

[英]Trust anchor for certification path not found in Microsoft Graph API

I have been using the Microsoft Graph API in my android application to get the calendar events etc... The Authentication and events data retrieval were all working fine, but Microsoft Graph is not working properly on devices under 4.4 lately, when I try to get user data or calendar events, an exception occurs.我一直在我的 android 应用程序中使用 Microsoft Graph API 来获取日历事件等...身份验证和事件数据检索都工作正常,但 Microsoft Graph 最近在 4.4 以下的设备上无法正常工作,当我尝试获取用户数据或日历事件,发生异常。 I run the same codes on 2 android SDK versions, on 6.0, I can get all the data I want but on 4.4, it fails with the exception:我在 2 android SDK 版本上运行相同的代码,在 6.0 上,我可以获得我想要的所有数据,但在 4.4 上,它失败了,但有以下例外:

Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.原因:java.security.cert.CertificateException:java.security.cert.CertPathValidatorException:找不到证书路径的信任锚。

Please suggest solutions for resolving this issue.请提出解决此问题的解决方案。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 HttpsUrlConnection:在2.3上找不到证书路径的信任锚 - HttpsUrlConnection: Trust anchor for certification path not found on 2.3 使用有效的Namecheap证书保护WebSocket - CertPathValidatorException:未找到证书路径的信任锚 - Secure WebSocket with valid Namecheap Certificate - CertPathValidatorException: Trust anchor for certification path not found Android-原因:java.security.cert.CertPathValidatorException:找不到证书路径的信任锚 - Android - Caused by: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found “未找到证书路径的信任锚。” 在 .NET Maui 项目中尝试联系本地 .NET WebApi - "Trust anchor for certification path not found." in a .NET Maui Project trying to contact a local .NET WebApi 为什么不应该将信任锚包含在 PKIX 认证路径中? - Why should the trust anchor not be included in the PKIX certification path? android app - javax.net.ssl.SSLHandshakeException:未找到证书路径的信任锚 - 标准Android浏览器工作没有任何问题 - android app - javax.net.ssl.SSLHandshakeException: Trust anchor for certification path not found - Standard Android browser work without any problems 未找到 Android SSL 连接的信任锚 - Trust Anchor not found for Android SSL Connection 在 Tomcat 服务器上从 Ionos 安装 SSL 证书,“未找到 Android SSL 连接的信任锚点” - Installing SSL certificate from Ionos on Tomcat server, "Trust Anchor not found for Android SSL Connection" Xcode SSL固定信任锚证书 - Xcode SSL pinning trust anchor certificates jenkins 找不到 ssl 认证的路径 - jenkins can't find path to the ssl certification
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM