[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2017-03-10 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/issues/1175 The bugs was fixed in 6.2.x branch too. You can try 6.2.x since the 7.x branch is not stable enough. Don't hesitate to contact with me if you meet any question in SocksProxy. --- If

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2017-03-09 Thread 06chaynes
Github user 06chaynes commented on the issue: https://github.com/apache/trafficserver/issues/1175 I apologize for the lack of updates on this, i Just now got a chance to pull this back out and start testing. I verified that the setup works properly in Debian. I also agree that my

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2017-01-18 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/issues/1175 I think the message at below indicate your run-time openssl library is different from your build server. ``` /usr/local/lib/libssl.so.8: Undefined symbol

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2017-01-09 Thread 06chaynes
Github user 06chaynes commented on the issue: https://github.com/apache/trafficserver/issues/1175 The build server is FreeBSD 10.3 but the device it runs on is actually pfSense 2.3. Right now I have asked the port maintainer to include patches related to this issue, it's possible I

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2017-01-07 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/issues/1175 The libssl error is not related to this issue. Do you running the ats in another server that different to build server? In the last message you post here, the log line missing:

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2017-01-06 Thread 06chaynes
Github user 06chaynes commented on the issue: https://github.com/apache/trafficserver/issues/1175 Sorry for the late response but I just tested the latest patch and found another issue it seems. [Jan 6 15:40:39.885] Server {0x804006400} DEBUG: (Socks) Socks Version 4

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-12-23 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/issues/1175 TS-5015 #1275 merged @06chaynes, please try the master branch. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-12-23 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/issues/1175 TS-5106 #1274 merged --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-12-23 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/issues/1175 @06chaynes There are 2 patches to resolve this issue, please try to apply them. https://github.com/apache/trafficserver/pull/1274/files

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-12-22 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/issues/1175 Thanks, I have located a bug in UnixNetProcessor.cc and will create a PR to fix it. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-12-22 Thread 06chaynes
Github user 06chaynes commented on the issue: https://github.com/apache/trafficserver/issues/1175 Sweet, thanks for the info. Here is what I see in the source I am building from: ats_ip_copy(_addr, vc->get_remote_addr()); --- If your project is set up for it, you can reply

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-12-22 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/issues/1175 To set the socks version: ``` CONFIG proxy.config.socks.socks_version INT 5 ``` Are you sure that you have the lastest source code? ``` Assertion failed:

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-12-21 Thread 06chaynes
Github user 06chaynes commented on the issue: https://github.com/apache/trafficserver/issues/1175 I went ahead and modified my upstream proxy server to be compatible with socks4. I am still getting an error though after enabling socks_needed. I did confirm I was using the latest

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-12-21 Thread 06chaynes
Github user 06chaynes commented on the issue: https://github.com/apache/trafficserver/issues/1175 I am still getting an error but now I do have a new question related to the SOCKS versions supported. Are socks5 servers supported or just socks4? The reason I ask is that in

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-12-21 Thread 06chaynes
Github user 06chaynes commented on the issue: https://github.com/apache/trafficserver/issues/1175 Ok, thanks for the quick response. I have just cloned the repo and I am rebuilding from it rather than the tagged release. I will test again and update you shortly. --- If your

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-12-20 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/issues/1175 It seems that you ATS code is old and did not apply socks patch. https://github.com/apache/trafficserver/pull/937/files for 7.0 https://github.com/apache/trafficserver/pull/1203/files

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-12-20 Thread 06chaynes
Github user 06chaynes commented on the issue: https://github.com/apache/trafficserver/issues/1175 Here is what I found in traffic.out: [Dec 20 19:17:06.714] Server {0x804006400} DEBUG: (Socks) Socks Turned on [Dec 20 19:17:06.863] Server {0x804007c00} DEBUG: (Socks)

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-12-20 Thread 06chaynes
Github user 06chaynes commented on the issue: https://github.com/apache/trafficserver/issues/1175 Here is what I have found so far, Before setting socks_needed = 1 the proxy works as expected. Once I set socks_needed = 1, I start to see what appears to be the service crashing and

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-12-20 Thread 06chaynes
Github user 06chaynes commented on the issue: https://github.com/apache/trafficserver/issues/1175 Sorry for the silence on my end, I have been swamped lately. I was testing again, after adding your logging config changes, and noticed that the trafficserver service was crashing in a

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-12-20 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/issues/1175 ping @06chaynes --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-11-30 Thread 06chaynes
Github user 06chaynes commented on the issue: https://github.com/apache/trafficserver/issues/1175 I will enable logging and check for issues as soon as I can circle back around to this. Thanks again for your assistance. --- If your project is set up for it, you can reply to this

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-11-25 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/issues/1175 Can you enable socks debug message? ``` CONFIG proxy.config.diags.debug.enabled INT 1 CONFIG proxy.config.diags.debug.tags STRING Socks.* ``` And make a request

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-11-23 Thread 06chaynes
Github user 06chaynes commented on the issue: https://github.com/apache/trafficserver/issues/1175 Right now I am working with a default config but have added the following line into records.config: `CONFIG proxy.config.socks.socks_needed INT 1` After adding the line

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-11-23 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/issues/1175 To proxy any request by socks proxy server: ``` CONFIG proxy.config.socks.socks_needed INT 1 ``` Then set socks proxy server and exception rules in socks.config. To

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-11-23 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/issues/1175 The PR#937 https://github.com/apache/trafficserver/pull/937 fix the socks bug for ATS 7.0.0. and backport to 6.2.x by PR#1203 https://github.com/apache/trafficserver/pull/1203.

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-11-23 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/issues/1175 Can you post your socks config in records.config file? and socks.config file. 2016-11-16 23:46 GMT+08:00 Christian Haynes : > Has this fix

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-11-16 Thread 06chaynes
GitHub user 06chaynes reopened an issue: https://github.com/apache/trafficserver/issues/1175 socks.config - dest_ip rule issue I have added a rule to the socks.config file to use a SOCKS server for a specific destination IP with the dest_ip primary specifier but it does not appear

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-11-16 Thread 06chaynes
Github user 06chaynes commented on the issue: https://github.com/apache/trafficserver/issues/1175 Has this fix already been applied to the 7.0 release? I ask because I am currently running 7.0 but not getting any traffic through my SOCKS proxy still. --- If your project is set up

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-11-07 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/issues/1175 yes, the v6.2.1 will be released recently. 2016-11-07 21:53 GMT+08:00 Christian Haynes : > @oknet Very cool, will 6.2.1

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-11-07 Thread 06chaynes
Github user 06chaynes commented on the issue: https://github.com/apache/trafficserver/issues/1175 @oknet Very cool, will 6.2.1 be added as a release and propagated through the master sites? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-11-06 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/issues/1175 backport to 6.2.1. 2016-11-04 21:32 GMT+08:00 Christian Haynes : > Closed #1175 . > >

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-11-04 Thread 06chaynes
Github user 06chaynes closed the issue at: https://github.com/apache/trafficserver/issues/1175 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-11-04 Thread 06chaynes
Github user 06chaynes commented on the issue: https://github.com/apache/trafficserver/issues/1175 Awesome news. I am currently on the latest in the FreeBSD repo, 6.1. I have been using Polipo for now but for many reasons would love to use ATS. I look forward to building 7 once

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-11-03 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/issues/1175 Which version of Traffic Server are you running? @oknet fixed the SOCKS proxy recently and those changes will be available in the forthcoming [7.0

[GitHub] trafficserver issue #1175: socks.config - dest_ip rule issue

2016-11-02 Thread 06chaynes
GitHub user 06chaynes opened an issue: https://github.com/apache/trafficserver/issues/1175 socks.config - dest_ip rule issue I have added a rule to the socks.config file to use a SOCKS server for a specific destination IP with the dest_ip primary specifier but it does not appear