socket-tunnel icon indicating copy to clipboard operation
socket-tunnel copied to clipboard

Tunnel HTTP Connections via socket.io streams.

Results 6 socket-tunnel issues
Sort by recently updated
recently updated
newest added

I've done everything as described but getting `Cannot read property 'toLowerCase' of null` when I hit the url in a browser on the client it looks ok: ` Sun Jan...

is it possible to work with socket tunnel and TLS locally? (just for debug and testing purposes)

Hi have had problems with the subdomain option. My hostname: aa.bb.cc my preferred subdomain yyy so I would call the tunnel http://yyy.aa.bb.cc actually in server.js the subdomain is yyy.aa so...

Any name I try to use via --hostname resolves to localhost. Locally my apache server resolves names via Virtualhosts and works fine but not via socket tunnel.

Any plans adding socket-tunnel to npm? So we can use `npm install socket-tunnel`

I get this error when I make an xml based request to a local application via socket-tunnel "Request violating the standard. Content-Length doesn't match with actual content received" Can't find...