TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Can ISP see what you're doing through a proxy server?

1 pointsby eriktransalmost 12 years ago
If I use an IP:Port proxy server to connect to the internet, I&#x27;m aware that the destination server (website) doesn&#x27;t exactly know it&#x27;s me, but can my ISP know what site I went to?<p>What would an ISP see if I connect to the internet through a proxy server I&#x27;ve set up on ec2 or something?<p>Lastly, if my ISP <i>can</i> actually see what I&#x27;m doing, is there a way to hide from them (e.g. does connecting through an HTTPS proxy hide what I do)?<p>Thanks!

1 comment

lutuspalmost 12 years ago
&gt; If I use an IP:Port proxy server to connect to the internet, I&#x27;m aware that the destination server (website) doesn&#x27;t exactly know it&#x27;s me, but can my ISP know what site I went to?<p>Yes, of course. And if your proxy server pattern is in any way predictable, and in particular if you ever visit a site where you need to sign in, then they have everything -- who you are, and where you went.<p>Also, a proxy server doesn&#x27;t undermine cookie tracking. The cookie scheme doesn&#x27;t care what your IP is, only that you have the right cookies, so this undermines the goal of anonymity.<p>Also, if for the sake of argument you encrypt everything, and if later on the police want to know what actually happened, they can try to force you to unencrypt your communications (or grant permission for experts to do so). In a recent landmark case, the police tried to make a child pornography suspect provide a password to unencrypt what might have been incriminating files of alleged child pornography. This effort ultimately failed (and the police decrypted the drives by brute force), but it indicates the direction things are going.<p><a href="http://www.wired.com/threatlevel/2013/08/feds-crack-encrypted-drives/" rel="nofollow">http:&#x2F;&#x2F;www.wired.com&#x2F;threatlevel&#x2F;2013&#x2F;08&#x2F;feds-crack-encrypte...</a><p>&gt; Lastly, if my ISP can actually see what I&#x27;m doing, is there a way to hide from them (e.g. does connecting through an HTTPS proxy hide what I do)?<p>There are intermediaries that scramble your transactions, encrypt them, so the content cannot be monitored. Others randomly route your traffic in such a way that it becomes very difficult to trace. Here&#x27;s one example:<p><a href="https://www.torproject.org/" rel="nofollow">https:&#x2F;&#x2F;www.torproject.org&#x2F;</a><p>As to https, it&#x27;s a suitable level of encryption for everyday matters, but it&#x27;s not unbreakable, so if there&#x27;s anything that might come back to bite you, don&#x27;t rely on it.
评论 #6324163 未加载