登录新浪微博始终失败
时间:10-02
整理:3721RD
点击:
[DESCRIPTION]
登录新浪微博始终失败
[SOLUTION]
打开aplog->mainlog->然后搜索webrequest->如发现有webrequest -202的错误.则证
明是因为安全证书过期所致导致无法登陆新浪微博
webrequest 202的错误意义为:
// The server responded with a certificate that contains errors.
// This error is not recoverable.
//
// MSDN describes this error as follows:
// "The SSL certificate contains errors."
// NOTE: It's unclear how this differs fROM ERR_CERT_INVALID. For consistency,
// use that code instead of this one from now on.
这个时候.只需要调整手机时间为标准北京时间就可以解决问题
登录新浪微博始终失败
[SOLUTION]
打开aplog->mainlog->然后搜索webrequest->如发现有webrequest -202的错误.则证
明是因为安全证书过期所致导致无法登陆新浪微博
webrequest 202的错误意义为:
// The server responded with a certificate that contains errors.
// This error is not recoverable.
//
// MSDN describes this error as follows:
// "The SSL certificate contains errors."
// NOTE: It's unclear how this differs fROM ERR_CERT_INVALID. For consistency,
// use that code instead of this one from now on.
这个时候.只需要调整手机时间为标准北京时间就可以解决问题
