node-socksified icon indicating copy to clipboard operation
node-socksified copied to clipboard

HTTP SOCKS support for node.js

Results 3 node-socksified issues
Sort by recently updated
recently updated
newest added

Error when making a https request ``` /home/cde/code/nodejs/viamax/node_modules/socksified/lib/socks_socket.js:133 throw new Error('SOCKS connection failed. ' + msg); ^ Error: SOCKS connection failed. TTL expired at Socket.socket.ondata (/home/cde/code/nodejs/viamax/node_modules/socksified/lib/socks_socket.js:133:13) at TCP.onread (net.js:495:27) ```

There happen in SocksClientSocket.prototype.connect_socks_to_host and there's no way to add exception handlers to a socket since it isn't exposed (afaik) i.e: socket.on('error',function(err){}) doesn't work since I don't know how to...

Hello. I find the approach of this module interesting in many aspects. I wanted to know if this would work with 0.10+ thank you.