Openssl 获取XMPP S2S网关的证书

Openssl 获取XMPP S2S网关的证书,openssl,xmpp,Openssl,Xmpp,我正在尝试从XMPP s2s网关获取证书。我曾尝试使用openssl,但在公共XMPP服务器“jabber.at”上得到了这样的结果 我是XMPP/Jabber的新手。还包括jabber.at的SRV记录 $ openssl s_client -starttls xmpp-server -connect xmpp.jabber.at:5269 CONNECTED(00000003) --- no peer certificate available --- No client certific

我正在尝试从XMPP s2s网关获取证书。我曾尝试使用openssl,但在公共XMPP服务器“jabber.at”上得到了这样的结果

我是XMPP/Jabber的新手。还包括jabber.at的SRV记录

$ openssl s_client -starttls xmpp-server  -connect xmpp.jabber.at:5269
CONNECTED(00000003)
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 319 bytes and written 119 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
---
$ host -t srv _xmpp-server._tcp.jabber.at
_xmpp-server._tcp.jabber.at has SRV record 300 0 5269 xmpp.jabber.at.

您可能还需要指定
-xmpphost
hostname,其中hostname是jabber ID中@之后的名称,例如


当您的XMPP服务器托管JID
_name@example.com
那么主机名将是
example.com

您可能还需要指定
-xmpphost
主机名,其中主机名是jabber ID中@之后的名称,例如

当您的XMPP服务器托管JID
_name@example.com
那么主机名将是
example.com