[jira] [Updated] (TS-2482) Problems with SOCKS

2016-11-07 Thread Phil Sorber (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phil Sorber updated TS-2482:

Fix Version/s: 6.2.1

> Problems with SOCKS
> ---
>
> Key: TS-2482
> URL: https://issues.apache.org/jira/browse/TS-2482
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Core, SOCKS
>Reporter: Radim Kolar
>Assignee: Oknet Xu
> Fix For: 6.2.1, 7.0.0
>
>  Time Spent: 3h
>  Remaining Estimate: 0h
>
> There are several problems with using SOCKS. I am interested in case when TF 
> is sock client. Client sends HTTP request and TF uses SOCKS server to make 
> connection to internet.
> a/ - not documented enough in default configs
> From default configs comments it seems that for running 
> TF 4.1.2 as socks client, it is sufficient to add one line to socks.config:
> dest_ip=0.0.0.0-255.255.255.255 parent="10.0.0.7:9050"
> but socks proxy is not used. If i run tcpdump sniffing packets  TF never 
> tries to connect to that SOCKS.
> From source code - 
> https://github.com/apache/trafficserver/blob/master/iocore/net/Socks.cc it 
> looks that is needed to set "proxy.config.socks.socks_needed" to activate 
> socks support. This should be documented in both sample files: socks.config 
> and record.config
> b/
> after enabling socks, i am hit by this assert:
> Assertion failed: (ats_is_ip4(_addr)), function init, file Socks.cc, 
> line 65.
> i run on dual stack system (ip4,ip6). 
> This code is setting default destination for SOCKS request? Can not you use 
> just 127.0.0.1 for case if client gets connected over IP6?
> https://github.com/apache/trafficserver/blob/master/iocore/net/Socks.cc#L66



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-2482) Problems with SOCKS

2016-11-07 Thread Phil Sorber (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phil Sorber updated TS-2482:

Backport to Version:   (was: 6.2.1)

> Problems with SOCKS
> ---
>
> Key: TS-2482
> URL: https://issues.apache.org/jira/browse/TS-2482
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Core, SOCKS
>Reporter: Radim Kolar
>Assignee: Oknet Xu
> Fix For: 6.2.1, 7.0.0
>
>  Time Spent: 3h
>  Remaining Estimate: 0h
>
> There are several problems with using SOCKS. I am interested in case when TF 
> is sock client. Client sends HTTP request and TF uses SOCKS server to make 
> connection to internet.
> a/ - not documented enough in default configs
> From default configs comments it seems that for running 
> TF 4.1.2 as socks client, it is sufficient to add one line to socks.config:
> dest_ip=0.0.0.0-255.255.255.255 parent="10.0.0.7:9050"
> but socks proxy is not used. If i run tcpdump sniffing packets  TF never 
> tries to connect to that SOCKS.
> From source code - 
> https://github.com/apache/trafficserver/blob/master/iocore/net/Socks.cc it 
> looks that is needed to set "proxy.config.socks.socks_needed" to activate 
> socks support. This should be documented in both sample files: socks.config 
> and record.config
> b/
> after enabling socks, i am hit by this assert:
> Assertion failed: (ats_is_ip4(_addr)), function init, file Socks.cc, 
> line 65.
> i run on dual stack system (ip4,ip6). 
> This code is setting default destination for SOCKS request? Can not you use 
> just 127.0.0.1 for case if client gets connected over IP6?
> https://github.com/apache/trafficserver/blob/master/iocore/net/Socks.cc#L66



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-2482) Problems with SOCKS

2016-11-06 Thread Oknet Xu (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oknet Xu updated TS-2482:
-
Backport to Version: 6.2.1

> Problems with SOCKS
> ---
>
> Key: TS-2482
> URL: https://issues.apache.org/jira/browse/TS-2482
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Core, SOCKS
>Reporter: Radim Kolar
>Assignee: Oknet Xu
> Fix For: 7.0.0
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> There are several problems with using SOCKS. I am interested in case when TF 
> is sock client. Client sends HTTP request and TF uses SOCKS server to make 
> connection to internet.
> a/ - not documented enough in default configs
> From default configs comments it seems that for running 
> TF 4.1.2 as socks client, it is sufficient to add one line to socks.config:
> dest_ip=0.0.0.0-255.255.255.255 parent="10.0.0.7:9050"
> but socks proxy is not used. If i run tcpdump sniffing packets  TF never 
> tries to connect to that SOCKS.
> From source code - 
> https://github.com/apache/trafficserver/blob/master/iocore/net/Socks.cc it 
> looks that is needed to set "proxy.config.socks.socks_needed" to activate 
> socks support. This should be documented in both sample files: socks.config 
> and record.config
> b/
> after enabling socks, i am hit by this assert:
> Assertion failed: (ats_is_ip4(_addr)), function init, file Socks.cc, 
> line 65.
> i run on dual stack system (ip4,ip6). 
> This code is setting default destination for SOCKS request? Can not you use 
> just 127.0.0.1 for case if client gets connected over IP6?
> https://github.com/apache/trafficserver/blob/master/iocore/net/Socks.cc#L66



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-2482) Problems with SOCKS

2016-08-29 Thread James Peach (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Peach updated TS-2482:

Component/s: SOCKS

> Problems with SOCKS
> ---
>
> Key: TS-2482
> URL: https://issues.apache.org/jira/browse/TS-2482
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Core, SOCKS
>Reporter: Radim Kolar
>Assignee: Oknet Xu
> Fix For: sometime
>
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> There are several problems with using SOCKS. I am interested in case when TF 
> is sock client. Client sends HTTP request and TF uses SOCKS server to make 
> connection to internet.
> a/ - not documented enough in default configs
> From default configs comments it seems that for running 
> TF 4.1.2 as socks client, it is sufficient to add one line to socks.config:
> dest_ip=0.0.0.0-255.255.255.255 parent="10.0.0.7:9050"
> but socks proxy is not used. If i run tcpdump sniffing packets  TF never 
> tries to connect to that SOCKS.
> From source code - 
> https://github.com/apache/trafficserver/blob/master/iocore/net/Socks.cc it 
> looks that is needed to set "proxy.config.socks.socks_needed" to activate 
> socks support. This should be documented in both sample files: socks.config 
> and record.config
> b/
> after enabling socks, i am hit by this assert:
> Assertion failed: (ats_is_ip4(_addr)), function init, file Socks.cc, 
> line 65.
> i run on dual stack system (ip4,ip6). 
> This code is setting default destination for SOCKS request? Can not you use 
> just 127.0.0.1 for case if client gets connected over IP6?
> https://github.com/apache/trafficserver/blob/master/iocore/net/Socks.cc#L66



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-2482) Problems with SOCKS

2016-08-26 Thread Zhao Yongming (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zhao Yongming updated TS-2482:
--
Assignee: Oknet Xu  (was: weijin)

> Problems with SOCKS
> ---
>
> Key: TS-2482
> URL: https://issues.apache.org/jira/browse/TS-2482
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Core
>Reporter: Radim Kolar
>Assignee: Oknet Xu
> Fix For: sometime
>
>
> There are several problems with using SOCKS. I am interested in case when TF 
> is sock client. Client sends HTTP request and TF uses SOCKS server to make 
> connection to internet.
> a/ - not documented enough in default configs
> From default configs comments it seems that for running 
> TF 4.1.2 as socks client, it is sufficient to add one line to socks.config:
> dest_ip=0.0.0.0-255.255.255.255 parent="10.0.0.7:9050"
> but socks proxy is not used. If i run tcpdump sniffing packets  TF never 
> tries to connect to that SOCKS.
> From source code - 
> https://github.com/apache/trafficserver/blob/master/iocore/net/Socks.cc it 
> looks that is needed to set "proxy.config.socks.socks_needed" to activate 
> socks support. This should be documented in both sample files: socks.config 
> and record.config
> b/
> after enabling socks, i am hit by this assert:
> Assertion failed: (ats_is_ip4(_addr)), function init, file Socks.cc, 
> line 65.
> i run on dual stack system (ip4,ip6). 
> This code is setting default destination for SOCKS request? Can not you use 
> just 127.0.0.1 for case if client gets connected over IP6?
> https://github.com/apache/trafficserver/blob/master/iocore/net/Socks.cc#L66



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-2482) Problems with SOCKS

2015-01-14 Thread Zhao Yongming (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zhao Yongming updated TS-2482:
--
Assignee: weijin

 Problems with SOCKS
 ---

 Key: TS-2482
 URL: https://issues.apache.org/jira/browse/TS-2482
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: Radim Kolar
Assignee: weijin
 Fix For: sometime


 There are several problems with using SOCKS. I am interested in case when TF 
 is sock client. Client sends HTTP request and TF uses SOCKS server to make 
 connection to internet.
 a/ - not documented enough in default configs
 From default configs comments it seems that for running 
 TF 4.1.2 as socks client, it is sufficient to add one line to socks.config:
 dest_ip=0.0.0.0-255.255.255.255 parent=10.0.0.7:9050
 but socks proxy is not used. If i run tcpdump sniffing packets  TF never 
 tries to connect to that SOCKS.
 From source code - 
 https://github.com/apache/trafficserver/blob/master/iocore/net/Socks.cc it 
 looks that is needed to set proxy.config.socks.socks_needed to activate 
 socks support. This should be documented in both sample files: socks.config 
 and record.config
 b/
 after enabling socks, i am hit by this assert:
 Assertion failed: (ats_is_ip4(target_addr)), function init, file Socks.cc, 
 line 65.
 i run on dual stack system (ip4,ip6). 
 This code is setting default destination for SOCKS request? Can not you use 
 just 127.0.0.1 for case if client gets connected over IP6?
 https://github.com/apache/trafficserver/blob/master/iocore/net/Socks.cc#L66



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-2482) Problems with SOCKS

2014-05-19 Thread Bryan Call (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Call updated TS-2482:
---

Fix Version/s: (was: 5.0.0)
   sometime

 Problems with SOCKS
 ---

 Key: TS-2482
 URL: https://issues.apache.org/jira/browse/TS-2482
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: Radim Kolar
 Fix For: sometime


 There are several problems with using SOCKS. I am interested in case when TF 
 is sock client. Client sends HTTP request and TF uses SOCKS server to make 
 connection to internet.
 a/ - not documented enough in default configs
 From default configs comments it seems that for running 
 TF 4.1.2 as socks client, it is sufficient to add one line to socks.config:
 dest_ip=0.0.0.0-255.255.255.255 parent=10.0.0.7:9050
 but socks proxy is not used. If i run tcpdump sniffing packets  TF never 
 tries to connect to that SOCKS.
 From source code - 
 https://github.com/apache/trafficserver/blob/master/iocore/net/Socks.cc it 
 looks that is needed to set proxy.config.socks.socks_needed to activate 
 socks support. This should be documented in both sample files: socks.config 
 and record.config
 b/
 after enabling socks, i am hit by this assert:
 Assertion failed: (ats_is_ip4(target_addr)), function init, file Socks.cc, 
 line 65.
 i run on dual stack system (ip4,ip6). 
 This code is setting default destination for SOCKS request? Can not you use 
 just 127.0.0.1 for case if client gets connected over IP6?
 https://github.com/apache/trafficserver/blob/master/iocore/net/Socks.cc#L66



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (TS-2482) Problems with SOCKS

2014-01-08 Thread Leif Hedstrom (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leif Hedstrom updated TS-2482:
--

Fix Version/s: 4.2.0

 Problems with SOCKS
 ---

 Key: TS-2482
 URL: https://issues.apache.org/jira/browse/TS-2482
 Project: Traffic Server
  Issue Type: Bug
  Components: Core
Reporter: Radim Kolar
 Fix For: 4.2.0


 There are several problems with using SOCKS. I am interested in case when TF 
 is sock client. Client sends HTTP request and TF uses SOCKS server to make 
 connection to internet.
 a/ - not documented enough in default configs
 From default configs comments it seems that for running 
 TF 4.1.2 as socks client, it is sufficient to add one line to socks.config:
 dest_ip=0.0.0.0-255.255.255.255 parent=10.0.0.7:9050
 but socks proxy is not used. If i run tcpdump sniffing packets  TF never 
 tries to connect to that SOCKS.
 From source code - 
 https://github.com/apache/trafficserver/blob/master/iocore/net/Socks.cc it 
 looks that is needed to set proxy.config.socks.socks_needed to activate 
 socks support. This should be documented in both sample files: socks.config 
 and record.config
 b/
 after enabling socks, i am hit by this assert:
 Assertion failed: (ats_is_ip4(target_addr)), function init, file Socks.cc, 
 line 65.
 i run on dual stack system (ip4,ip6). 
 This code is setting default destination for SOCKS request? Can not you use 
 just 127.0.0.1 for case if client gets connected over IP6?
 https://github.com/apache/trafficserver/blob/master/iocore/net/Socks.cc#L66



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)