https://issues.apache.org/bugzilla/show_bug.cgi?id=19188
--- Comment #12 from Rainer Jung <[email protected]> 2010-02-12 10:05:17 UTC --- I reviewed the patch and applied a slightly modified version in r909323. Major functional change: influence forwarding proxy auth by the env var "proxy-chain-auth" in the same way as in mod_proxy_http. Concerning comment #4 by Joe: it seems this doesn not fit nicely into mod_proxy_connect. The functionality is needed during the scheme_handler hook, which is a run first hook. mod_proxy_connect implements the CONNECT method, which means it is raw TCP as a backend protocol. Here we need HTTPS as a backend protocol, but prefix the first request with an HTTP CONNECT rquest. I plan to propose this for backport to 2.2.x. Thanks for the patch and the patience. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
