Re: [tor-dev] Tor + Apache Traffic Server w/ SOCKS - works now!

2015-05-05 Thread CJ Ess
s; super easy! > > also python would be an even better choice from the perspective of > language safety and their are a few socks (twisted) client and server > libraries you can use. > > On Tue, May 5, 2015 at 1:47 PM, CJ Ess wrote: > > So I've been looking for a

[tor-dev] Tor + Apache Traffic Server w/ SOCKS - works now!

2015-05-05 Thread CJ Ess
So I've been looking for a long time for something modern to sit between my browser and Tor -- something modern, capable, and efficient (i.e. doesn't fork every connection). Years ago Yahoo got some proxy software from an acquisition, a few years later they made it open source as Apache Traffic Se

Re: [tor-dev] working back to socks_request_t

2015-05-04 Thread CJ Ess
Thanks for going into so much detail, you've given me a lot to think about. The real solution is probably the one that nobody wants to take on - having an application HTTP port that could take direct input from HTTP aware stuff and utilize a richer set of information then SOCKS allows for. I've spe

Re: [tor-dev] working back to socks_request_t

2015-05-03 Thread CJ Ess
extra field members. Either way I'm speculating there might be a really simple way to do this and worth the time writing up the question. If I get it working I'd be happy to send in a patch to the this list. On Sun, May 3, 2015 at 11:06 AM, teor wrote: > > > Date: Sun, 3 M

[tor-dev] working back to socks_request_t

2015-05-02 Thread CJ Ess
So I'm doing a bit of an experiment, the idea being that if you have a group of tor users sharing common infrastructure then its a slightly different situation then one lone user, and you wantto emphasize that resources should not be shared, caching should be minimal and non-persistent, you need to

Re: [tor-dev] Experimenting with private tor setup

2015-04-22 Thread CJ Ess
No worry, I won't try to use these settings on anything connected to the public tor network. I will try out your fix - I'm working with v0.2.7.0-alpha-dev from the git repository now. In the mean time it looks like I've been successful in bootstrapping a private network without the testing flag, d

Re: [tor-dev] Experimenting with private tor setup

2015-04-21 Thread CJ Ess
/725d6157df150ec9151450dc2422d9838c20187e/src/common/address.c#L389 And thats what is keeping everything from working. I commented out that address block and now orport, dirport, and bandwidth tests are running. On Tue, Apr 21, 2015 at 9:01 AM, teor wrote: > > > Date: Tue, 21 Apr 2015 02:13:48 -0400 > &g

Re: [tor-dev] Experimenting with private tor setup

2015-04-21 Thread CJ Ess
atch whats happening. That failing I have a good test case I can submit. I'm using Tor v0.2.6.7 for all this BTW. On Tue, Apr 21, 2015 at 9:01 AM, teor wrote: > > > Date: Tue, 21 Apr 2015 02:13:48 -0400 > > From: CJ Ess > > > > I've been experimenting with a

[tor-dev] Experimenting with private tor setup

2015-04-20 Thread CJ Ess
I've been experimenting with a private tor setup - I've managed to setup a couple directory authorities, six routers/exit nodes (which seemed to be the minimum to bootstrap everything), and a client. Its a pretty normal setup (aside from everything running on my development box) and passes traffic