网络提供商的Android定位有时会失败

网络提供商的Android定位有时会失败,android,ssl,location,certificate,Android,Ssl,Location,Certificate,有时使用Android 2.3.1,我在使用网络提供商获取位置时遇到问题 这是logcat: I/System.out( 268): [INFO:2069833702]: LogSource: Running flush I/System.out( 268): [INFO:2069833708]: LogSource: Sending payload [bytes=708] I/System.out( 268): [SEVERE:2069834375]: LogSource: AsyncH

有时使用Android 2.3.1,我在使用网络提供商获取位置时遇到问题

这是logcat:

I/System.out(  268): [INFO:2069833702]: LogSource: Running flush
I/System.out(  268): [INFO:2069833708]: LogSource: Sending payload [bytes=708]
I/System.out(  268): [SEVERE:2069834375]: LogSource: AsyncHttpRequestImpl.run(): exception thrown : No peer certificate: javax.net.ssl.SSLPeerUnverifiedException
在这种情况下,wifi网络正常,没有连接问题,因此问题似乎(可能?)与谷歌证书有关

有人知道发生了什么事吗?
还有其他方法来调试这类错误吗?可能使用ssl命令?

看起来与此处所述的问题相同。希望它能帮助您。谢谢你的回答…在我的情况下,我正在处理谷歌证书,所以我认为我必须以不同的方式解决这个问题。可能是系统日期/时间的问题,但我不确定。。。