forked from darkk/redsocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http-relay should be avoided due to CVE-2009-0801. It was implemented to support ancient HTTP/1.0 clients that did not set `Host` header, so upstream proxy had at least some way to determine request destination. In modern post-SPDY world this method should not be used, you should rather configure upstream proxy to accept CONNECT requests to any port and use `http-connect` instead. Great CVE-2009-0801 description can be found in squid-users on 2015-12-18 http://lists.squid-cache.org/pipermail/squid-users/2015-December/008392.html
- Loading branch information
Showing
3 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters