securesocketfunneling

Results 18 comments of securesocketfunneling

RTSP does dynamic UDP port negotiation on client connection. As a result, the forwarding must be done on the negotiated ports and not on 5780. As a workaround, it seems...

> I am not following why it should be remote forwarding Because in that use case, we are waiting data from CX on `localhost:8180`. Remote forwarding says: all UDP packets...

Hey @lars18th ! Multiple port redirection is already possible (e.g. multiple `-L` or `-R` options) so create a port range option could be added at nearly no cost indeed. It...

Hello, We don't have this issue on our build machine. Maybe your problem and [this one](http://stackoverflow.com/questions/27328049/missing-usr-include-after-yosemite-and-xcode-install) are related. Here is the given solution: > Interestingly the answer to this was...

It is not possible to disable the transport security on the prebuilt binaries. As you mentioned it, this is a compilation option which is mainly used for debug purpose. It...

Wow, thanks for your report ! It is really appreciated ! > Second test: > Corporate proxy with NTLM authentication of domain authenticated users. Were you running the Windows binaries...

Hello @sabdsouza , `cmake-build-system` and `http-parser` are declared as git submodules. You can get them: * at the clone stage by adding `--recursive` option: ```git clone --recursive https://github.com/securesocketfunneling/ssf.git``` * after...

Hi again, It is possible that the current version is suffering of latency. The issue could be the stack of two cryptographic layers: * one between the client and its...