【发布时间】:2021-11-20 11:46:02
【问题描述】:
我正在尝试进行 TLS 握手。我的服务器端 mbedTLS 和客户端 python 脚本。
我正在为客户端使用这个源代码:
https://github.com/arthurazs/python-tls/blob/master/client.py
在第 12 行的 image/wireshark 中,服务器发送 hello 消息后,客户端发送 ACK 消息非常快,因此我的服务器端无法捕获此帧。在 python 代码上获取 Hello Server 后如何再次发送 ACK 或给一些时间空间?
【问题讨论】: