尝试连接到accounts.google.com时发生SSL错误

时间:2018-11-23 22:05:22

标签: android firebase-authentication

当我尝试在模拟器中使用Firebase身份验证SDK时,出现SSL错误。我很确定这是因为我的公司将证书放在所有请求之间。我之前遇到过这种情况,例如python抛出SSL错误,试图通过pip安装库。通常可以通过将我的公司证书添加到任何提出请求的应用程序的信任库中来解决。

我的问题是,在这种情况下,我应该在哪里添加证书? Android Studio?我的应用程序或Firebase是否需要信任库?

这是错误的一部分:

Could not communicate with the provisioning server.
javax.net.ssl.SSLHandshakeException: 
java.security.cert.CertPathValidatorException: Trust anchor for 
certification path not found.

谢谢

0 个答案:

没有答案