Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
作为客户端使用时Eclipse Milo,我想在建立连接后测试连接是否实际使用加密。
Eclipse Milo
这样做的最佳方法是什么?
要真正验证您需要查看 Wireshark。Wireshark 了解 OPC-UA,因此在将其配置为将您连接到的服务器的端口解释为 UA 之后,您会看到所有消息都显示为“UA 安全对话消息”或类似的内容。当不使用加密时,您实际上可以看到客户端和服务器之间每条消息的类型、完整结构和内容。