I found the problem. When SSL handshaking occurs, the Kafka broker performs a reverse DNS lookup on the client's IP address. The timeout occurs during this process, so we must configure the client's IP and hostname in the Kafka broker's hosts file to restore normal operation.