android twitter 基于 Oauth 的身份验证和更新状态 SSL 错误
Android twitter 尝试以下教程进行基于 Oauth 的身份验证和更新用户状态。
http://www.androidsdkforum.com/android-sdk- development/3-oauth-twitter.html
当我运行时,它已成功进行身份验证,但当它尝试更新状态时,会发生以下错误。
“twitter4j.TwitterException:SSL 握手失败:SSL 库失败,通常是协议错误 错误:140770FC:SSL 例程:SSL23_GET_SERVER_HELLO:未知协议(external/openssl/ssl/s23_clnt.c:585 0xaf589f78:0x00000000)”
知道出了什么问题吗?
Android twitter Trying the following tutorial for Oauth based authentication and updating user status.
http://www.androidsdkforum.com/android-sdk-development/3-oauth-twitter.html
When i run It has successfully authenticate but when it tries to update the status following error occur.
"twitter4j.TwitterException: SSL handshake failure: Failure in SSL library, usually a protocol error
error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol (external/openssl/ssl/s23_clnt.c:585 0xaf589f78:0x00000000)"
any idea whats goin wrong ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用下面提到的代码通过模拟器访问代理后面的网络。
You can use the below mentioned code to access network behind proxy using Emulator.
当我在模拟器上运行这个应用程序时,我使用互联网并在代理后面,这就是为什么它抛出异常,当我使用直接连接时它工作正常,我猜代理有些问题。
When i run this app on emulator i am using internet and behind proxy and thats why it is throwing exception, when i use direct connection it works fine, some thing bad with proxy i guess.