How 'private' are https proxies

phatzilla

Supreme Member
Joined
Apr 9, 2009
Messages
1,428
Reaction score
1,086
Say you buy some proxies and are browsing https sites (or using HTTPS webrequests), just how much information can the proxy provider possibly gather from your usage? I assume the contents of the requests will not be visible, however the hostname and perhaps directory path can be seen?

Can anyone shed some light on this?
 
Everything is encrypted, including headers and directory path. One can only tell where the request is going without decrypting the request.

The hostname is not visible, but the IP address is and it's pretty easy to figure out to whom that IP belongs.
 
The relationship between you and the provider is based on trust so the provider could do anything.

You are right about the hostname/SNI it's visible during a TLS connection https://en.wikipedia.org/wiki/Server_Name_Indication

The connection is encrypted and all message contents however if you trust the provider it should see the content of the message unless you hash like HMAC https://en.wikipedia.org/wiki/HMAC

Say you buy some proxies and are browsing https sites (or using HTTPS webrequests), just how much information can the proxy provider possibly gather from your usage? I assume the contents of the requests will not be visible, however the hostname and perhaps directory path can be seen?

Can anyone shed some light on this?
 
Besides, it's no secret that IPv6 proxies provide more security and anonymity than IPv4, but not everything works with them
 
Thank you, I already found this on Google, probably a good service the information is clear however I don't understand the proxy part but that is another discussion.
maybe this will help explain
http://support.blazingseollc.com/support/solutions/articles/19000094183-what-are-ipv6-proxies-
 
Using proxies this is the data that can be seen by ISP and proxy provider:

ISP - The DNS requests for all visited domains

Proxy Provider - The domains you visit, but not the extended link or the resources accessed (for example they can see only domain.com/23dqwsd12312ed12d12e142342 - where the extended link is encrypted by the HTTPS protocol).

You should also consider that proxy providers can log your traffic. So, if you want to keep your traffic as private as possible, it's best to go for a VPN rather than a proxy server.
 
Using proxies this is the data that can be seen by ISP and proxy provider:

ISP - The DNS requests for all visited domains

Proxy Provider - The domains you visit, but not the extended link or the resources accessed (for example they can see only domain.com/23dqwsd12312ed12d12e142342 - where the extended link is encrypted by the HTTPS protocol).

You should also consider that proxy providers can log your traffic. So, if you want to keep your traffic as private as possible, it's best to go for a VPN rather than a proxy server.

Well then it appears they can only log the hostnames, not the data contained therein.

What if you run the DNS through a proxy, would the ISP see it then?

How about SSH tunnels
 
Back
Top