John Cant

Results 74 comments of John Cant

Possible solution to main problem: From memory, putting mailman hooks into your models will only work if the models have actually been loaded. By default, in development mode, your models...

Can you use `pry` to find the value of `self` within those blocks?

At the moment it supports 2 ways of doing this: (1) The `client` script acts as a Socks5 server. Your RDP client would need to support Socks5. (2) The `ssh-connect`...

@elfredo, would you like to provide more details please? I accept that it might be a bit flakey and totally devoid of error handling, but it definitely works! Maybe I...

Thankyou for helping me find that bug: The two calls to `client.TCPConnection`: https://github.com/johncant/node-http-tunnel/blob/master/ssh-connect#L30 https://github.com/johncant/node-http-tunnel/blob/master/client#L39 `client` does not pass a second argument, so it will always fail. If I don't get...

That issue is fixed but I'm still having problems. The server would previously have crashed after the first connection is closed. I tested it like so on one machine: ```...

@elfredo, please can you try it now? It now sends and receives the data when I use nc, but I still get the weird output. I also realised how insecure...

I think you're trying to connect to something that isn't listening, and my server is not catching the error. Maybe I'll get round to this in the next few days.

Well, HTTP can be thought of as connect -> send header -> receive response -> hang up, even though it doesn't strictly always work like this. The particular situation I...

Tried websockets and they didn't work! We're talking about a 2005 era McAfee firewall.