Why Can’t I See Server Certificates in TLS Handshake Public Websites [closed]

I am trying to see HTTPS traffic in wireshark from my local machine to public sites, just to see how the TLS handshake is made.

Why can’t I see the traffic as HTTP2 in filters and only able to see TLS traffic to port 443 and back to my ma… Continue reading Why Can’t I See Server Certificates in TLS Handshake Public Websites [closed]

What is sequence number and why is it used as the ACK number for the next ACK packet? [closed]

I am currently trying to learn the TCP session creating (3 way handshake) process in detail. I was wondering what the sequence number means and also why is the ack num for the next ACK packet always the sequence number of the previous pack… Continue reading What is sequence number and why is it used as the ACK number for the next ACK packet? [closed]

SSL handshake failure | Client hello(success) -> Server ACK (success) -> server RST (connection closed)

I was running MQTT broker in my pc and tried to connect to it via mqtt client in same PC. using x509 cert for mutual tls. SSL Handshake was failing with RST from server. This was happening only in my PC.
When I tried to do the same setup i… Continue reading SSL handshake failure | Client hello(success) -> Server ACK (success) -> server RST (connection closed)