How can I view the TLS 1.2 and 1.3 certificates in Wireshark? [migrated]

I’m testing a new proxy and monitoring the connection using Wireshark, but I’m not seeing any certificate at all. my goal is to find out exactly what sensitive and identifiable data is leaving my router after using this proxy, emphasizing … Continue reading How can I view the TLS 1.2 and 1.3 certificates in Wireshark? [migrated]

TLS1.2 Handshake to SharePoint Online Failing from Windows Server 2012 R2

Having some trouble communicating with our SharePoint Online (SPO) site.
I am simply going to a browser (IE v11) on a Windows Server 2012 R2 VM and navigating to the SPO home page.
In Wireshark I see this trace where <ip_SPO> is the … Continue reading TLS1.2 Handshake to SharePoint Online Failing from Windows Server 2012 R2

Mutual TLS on OpenSSL – When does the server generate the CertificateVerify message?

When I am testing mutual TLS handshake performance on TLS1.3 using OpenSSL, I find a very wired thing:
I created two groups of servers and clients:

Server1 has a certificate signed using RSA3072, and Client1 has a certificate signed using… Continue reading Mutual TLS on OpenSSL – When does the server generate the CertificateVerify message?

How to manually connect to my web server and send a TLS handshake with a hostname, followed by the HTTP request headers with a different hostname

My Apache web server logs suffer from the dreaded [ssl:error] AH02032: Hostname www.example.com provided via SNI and hostname example.com provided via HTTP are different.
I know what it means and why it happens.
I need to manually reproduc… Continue reading How to manually connect to my web server and send a TLS handshake with a hostname, followed by the HTTP request headers with a different hostname