Jan162012

Can network sniffers detect which website I’m viewing if I use SSL?

Andrew asks:

For example, if I visit https://somewebsite.com/ can someone sniffing my network traffic still detect that I’m viewing that site or is it encrypted?

 



Comments for this Question are closed.

If you are looking for help, please ask a new question here.

We will be happy to help you!

2 Answers -

0 votes

Chris Hoffman

January 16, 2012

Yes. They can still see that you’re communicating with that website. What they can’t see is the specific part of the site you’re accessing. So if you’re accessing https://example.com/supersecretplace, they’ll see “example.com” but not the “/supersecretplace” part.

0 votes

James Bruce

January 16, 2012

If the attacker is sniffing locally on the same network, they can perform a very simple man-in-the-middle attack, which means they can intercept all of your traffic and de-crypt it easily. SSL is not secure against a local attacker.