-1

I was monitoring http web service traffic with tcpdum:

sudo tcpdump -i eth0 -vv -A 'port 80'

Now web service moved to https and I'm trying to see it with

sudo tcpdump -i eth0 -vv -A 'port 443'

But I see only garbage. Is it possible to see any normal data like it was with HTTP?

vico
  • 17,051
  • 45
  • 159
  • 315
  • 1
    Do you understand the difference between http and https? https is encrypted, so you are not seeing "garbage" you are seeing encrypted traffic. – treuss Aug 23 '23 at 14:40

0 Answers0