I am using the following command:
sudo tcpdump -vvv -A -XX -i any -w dump.pcap
I can see several TCP packets coming or and going to the expected IP addresses on port 443. Nevertheless, I am not able to see the TLS packets sent during the SSL Handshake process. What am I missing?