1 | initial version |
You're looking at the wrong TLS record.
You need to look at the TLS handshake record that sends the server certificate. Use the display filter tls.handshake.type == 11
to find certificate records.
Note that 3.0.5 is the current stable release version of Wireshark.