Apache Vysper与Smack 4.1.8客户端库 - 如何处理TLS证书?

时间:2016-08-05 07:45:06

标签: xmpp smack apache-vysper

我想使用Smack 4.1.8库连接到Apache Vysper Server。但是如何处理Vysper附带的bogus_mina_tls.crt?在Smack 3中你可以使用:

double

但是如何使用QString

在Smack 4 API中执行此操作

非常感谢

1 个答案:

答案 0 :(得分:0)

使用Smack 4,您需要自己为Smack构建SSLContext并使用setCustomSslContext(SSLContext)进行设置。如果您没有提供自定义SSLContext,那么Smack将使用运行时的默认值(即使用Java的信任库验证证书)。