How can I decrypt QUIC?

asked 2025-01-24 06:53:56 +0000

this is what is in my first assignment:

Before you run Wireshark, here are two things to check in your network connection and browser configuration: • Make sure you are not running a VPN (virtual private network) service. We'll learn about VPNs later in this course. But for now, all you need to know is that when you're running a VPN service, upper-layer protocol information (HTTP, TCP) that is sent by your computer may be encrypted. This makes it impossible to use Wireshark to look at what's going on inside these protocols! Make sure your browser program is not, by default, using the HTTP/3 protocol or the QUIC protocol. We'll learn about HTTP/3 and QUIC in Chapter 2. But for now, all you need to know is that when you're running HTTP/3 or QUIC, upper-layer protocol information (HTTP, TCP) sent by your computer will be encrypted. By 2024, most popular browsers have adopted HTTP/3 and QUIC as defaults. A document that describes how to disable HTTP/3 AND QUIC as the defaults for your browser is here: https://techysnoop.com/disable-quic-p... edge-firefox

I did all of that since Chrome is my main browser on my MAC. I redownloaded wireshark and opened up the required link to see if i see the HTTP protocol and i keep seeting QUIC protect payload or something like that. even after disabling it. i am not able to get the HTTP protocol that my professor is saying i need to see. can someone please guide me?

edit retag flag offensive close merge delete