简体   繁体   English

Android中的SSL握手失败

[英]SSL handshake failure in android

i'm trying to implement xmpp client in android it works finr in desktop systems means where the openfire kept....but when i'm trying to connect remote systems it showa sslhandshake failure failure ssl library protocol error 我正在尝试在android中实现xmpp客户端,它在台式机系统中可以在finr上工作,这意味着保持开火状态....但是当我尝试连接远程系统时,它会显示ssl握手失败ssl库协议错误

please help me to resolve this issue 请帮助我解决此问题

thanks regards renuka 谢谢问候renuka

Handshake errors are often caused by a mismatch in the available ciphersuites on the client and server side. 握手错误通常是由客户端和服务器端的可用密码套件不匹配引起的。 If you're using GnuTLS client-side, it might also be the same bug that Empathy has. 如果您使用的是GnuTLS客户端,则可能是Empathy遇到的同一错误

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM