hdavy2002 / datacompressionproxy

Automatically exported from code.google.com/p/datacompressionproxy
0 stars 1 forks source link

Support for cascading proxy #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
datacompressionproxy does not uses system proxy specified in Internet Options. 

In case the original method of connection was through a proxy server, 
datacompressionproxy would not use that and try a direct connection instead.

What version of the product are you using? On what operating system?
Chrome 36.0.1985.143 m on Windows 7 x86

Original issue reported on code.google.com by barunkrb...@gmail.com on 28 Aug 2014 at 5:08

GoogleCodeExporter commented 8 years ago
It should use the system proxy when disabled. Could you provide the contents of 
chrome://net-internals#proxy after disabling DCP?

Original comment by jerzyglowacki on 10 Sep 2014 at 2:17

GoogleCodeExporter commented 8 years ago
When DCP is *disabled *it indeed uses the system proxy. Here is the
contents of *chrome://net-internals#proxy* after *disabling *DCP

*Effective proxy settings*

Proxy server for FTP: 169.254.226.226:2121
Proxy server for HTTP: 169.254.226.226:808
Proxy server for HTTPS: 169.254.226.226:808
Proxy server for everything else: socks4://169.254.254.226:1080
Bypass list:
  127.0.0.1
  <local>
Source: SYSTEM
*Original proxy settings*

(1) Auto-detect
(2) Proxy server for FTP: 169.254.226.226:2121
    Proxy server for HTTP: 169.254.226.226:808
    Proxy server for HTTPS: 169.254.226.226:808
    Proxy server for everything else: socks4://169.254.254.226:1080
    Bypass list:
      127.0.0.1
      <local>
Source: SYSTEM

On *enabling *DCP, it no longer uses system-proxy. Here is the contents of
*chrome://net-internals#proxy* after *enabling *DCP.

*Effective proxy settings*

Proxy server for HTTP: https://proxy.googlezip.net:443
Bypass list:
  <local>
  10.0.0.0/8
  172.16.0.0/12
  192.168.0.0/16
  fc00::/7
  *-ds.metric.gstatic.com
  *-v4.metric.gstatic.com

​

Original comment by barunkrb...@gmail.com on 10 Sep 2014 at 4:47

GoogleCodeExporter commented 8 years ago
This is an expected behavior. When DCP is enabled, it overrides the previously 
set system proxy. You can set only one proxy at a time.

Original comment by jerzyglowacki on 10 Sep 2014 at 8:41