简体   繁体   English

为什么在SSL程序(客户端/服务器openssl)之后使用Wireshark向我显示协议X11和TCP,而不显示SSL或TLS?

[英]Why aftr the SSL program (client/server openssl) Wireshark shows me the protocol X11 & TCP and not SSL or TLS?

The question is in the title ? 问题在标题中?

When i make the transfer of data in localhost i was waiting to see a protocol SSL at least in one communication via wireshark ? 当我在localhost中进行数据传输时,我至少在等待通过Wireshark进行的一次通信中看到SSL协议? What am I mssing ? 我在说什么?

it shows also malformed packet oO 它也显示格式错误的数据包oO

Probably you've used a port usually associated with X (like 6000). 可能您已经使用了通常与X关联的端口(例如6000)。 Anyway, you can change the interpretation with "Analyze|Decode As" 无论如何,您可以使用“分析|解码为”更改解释

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

相关问题 支持 SSL / TLS 的 Objective-C TCP 服务器 - Objective-C TCP Server with SSL / TLS support 如何处理服务器未启用 SSL/TLS 但客户端在 Java 中启用 SSL/TLS 的负面测试用例 - How to handle a negative test-case in which server is not SSL/TLS enabled but client is SSL/TLS enabled in Java 具有 tls/ssl 加密的 Nodejs 服务器-客户端聊天系统 - Nodejs server-client chat system with tls/ssl encryption 使用客户端身份验证实现 java SSL 和 TLS 服务器套接字 - Implementing a java SSL and TLS server socket with client authentication 执行SSL TLS客户端服务器Java程序时出现问题 - Issue in executing SSL TLS client server Java programs 与 tls 服务器和 letencrypt 的 ssl 连接 - ssl connection with tls server and letsencrypt Python SSL无法通过TLS1.2客户端连接到TLS1.2服务器 - Python ssl unable to connect to TLS1.2 server with TLS1.2 client 如何使用Wireshark和其他疑问检查Java(客户端-服务器)中与SSL套接字的连接 - How to check the connection with SSL sockets in java (client-server) using wireshark and other doubts 使用ssl c / c ++进行客户端和服务器通信 - SSL协议不起作用 - Client and Server communication using ssl c/c++ - SSL protocol don't works 使用python的ssl客户端服务器 - ssl client server with python
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM