ssl - 如何在 Wireshark (Cisco CUCM 10.5) 中通过 TLS 解密 SIP

标签 ssl sip wireshark cisco cucm

我正在运行 Cisco CUCM 10.5,想知道如何解密电话端点和 CUCM 之间的 SIP over TLS 流量。

我一直没能找到有效的指南。

最佳答案

你能用 Wireshark 找出使用的密码吗?找出答案的一种方法是查看 Server Hello 消息:参见附图:here ).

如果它与Diffie-Hellman(密码套件中有“DHE”)无关,则可以使用Wireshark 使用服务器私钥对其进行解密。

关于ssl - 如何在 Wireshark (Cisco CUCM 10.5) 中通过 TLS 解密 SIP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33639467/

相关文章:

linux - 在后台运行 Tshark

android - 认证问题,所以我想信任所有应用程序

javax.net.ssl.SSLHandshakeException :PKIX path building failed: sun. security.provider.certpath.SunCertPathBuilderException:

Node.js OpenStack Swift 插件连接错误

ios - 自定义sip server 配合doubang的idoubs使用

java - 如何使用 Android SIP API 向 SIP 服务器注册 SIP 配置文件?

c++ - 全局和本地唯一的 10 个字符 ID

networking - tcp连接在什么情况下需要等待ACK?

performance - WWW::Mechanize 使用 SSL 可以工作,但响应速度很慢

http - Wireshark 如何将 TCP 数据包的协议(protocol)识别为 HTTP?