1

(4 replies, posted in wolfSSL)

Hello Eric,
  Thank you for your reply and help. The following is the PCAP file I provided.

Best wishes

2

(4 replies, posted in wolfSSL)

Probably not, because the server does not send the ticket to the client. During the second handshake, the Client sends the following Hello packets :Session ID Length: 0; Then the client sends Alert (Level: Warning, Description: Close Notify) and [FIN,ACK]

3

(4 replies, posted in wolfSSL)

FTP SSL downloads files from the Internet. The first time you control the connection, you can log in to the server, enter pasV mode, and resolve the IP address and port number. The second time you connect to the server, wolfSSL fails to connect, and the Client sends Client Hello and sends an Alert. Connect state: CLIENT_HELLO_SENT, and then shutdown is called for two-way shutdown. Attempts to re-read server information fail. The client never connected to the server.