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?