From: Amos Jeffries Date: Fri, 25 Jul 2014 12:05:11 +0000 (-0700) Subject: Update release notes X-Git-Tag: SQUID_3_5_0_1~75^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5b14a8cbcb6ca92887d62b30bc57db9c87e560b;p=thirdparty%2Fsquid.git Update release notes --- diff --git a/doc/release-notes/release-3.5.sgml b/doc/release-notes/release-3.5.sgml index b1fb512f31..458a5dae99 100644 --- a/doc/release-notes/release-3.5.sgml +++ b/doc/release-notes/release-3.5.sgml @@ -43,7 +43,7 @@ The 3.5 change history can be

PROXY protocol provides a simple way for proxies and tunnels of any kind to relay the original client source details without having to alter or understand the protocol being relayed on the connection. -

Squid currently supports receiving HTTP via version 1 or 2 of the protocol. - A port which has been configured to receive this protocol may only be used to +

Squid currently supports receiving HTTP traffic from a client proxy using this protocol. + An http_port which has been configured to receive this protocol may only be used to receive traffic from client software sending in this protocol. Regular forward-proxy HTTP traffic is not accepted. +

The accel and intercept options are still used to identify the + traffic syntax being delivered by the client proxy. +

Squid can be configured by adding an http_port with the proxy-surrogate mode flag. The proxy_forwarded_access must also be configured with src ACLs to whitelist proxies which are trusted to send correct client details. -

+

Forward-proxy traffic from a client proxy: http_port 3128 proxy-surrogate proxy_forwarded_access allow localhost -

Known Issue: Due to design issues HTTPS traffic is not yet accepted - over this protocol. So use of proxy-surrogate on https_port - is not supported. +

Intercepted traffic from a client proxy or tunnel: + + http_port 3128 intercept proxy-surrogate + proxy_forwarded_access allow localhost + + +

Known Issue: + Use of proxy-surrogate on https_port is not supported. Changes to squid.conf since Squid-3.4 @@ -309,6 +317,8 @@ This section gives a thorough account of those changes in three categories: http_port

protocol= option altered to accept protocol version details. Currently supported values are: HTTP, HTTP/1.1, HTTPS, HTTPS/1.1 +

New option proxy-surrogate to mark ports receiving PROXY + protocol version 1 or 2 traffic. https_port

protocol= option altered to accept protocol version details.