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

Node HTTP/HTTPS Agents for tunneling proxies

Results 16 node-tunnel issues
Sort by recently updated
recently updated
newest added

Hey, I got the following an error. ` tunneling socket could not be established, cause=Hostname/IP does not match certificate's altnames` Here my code : ```js const tunnellingAgent = tunnel.httpsOverHttps({ proxy:...

https://raw.githubusercontent.com/prysmaticlabs/prysm/62f304e668bc78c4078cd376ba141b58eea777ef/contracts/deposit-contract/depositContract.v.py

Try out ActionDash on Android to better understand your app usage habits and take control of your digital wellbeing! http://play.google.com/store/apps/details?id=com.actiondash.playstore

Is there any way to set keepAlive true in this lib? I saw an older post that had some PRs open, but i didn't find if it's already enabled

Using tunnel as https agent for Axios in a Kubernetes pod. Formerly was using the Javascript `request` package, which worked just fine. Now migrating to Axios due to `request` being...

`new Buffer` has been [deprecated since Node v6.0.0](https://nodejs.org/api/buffer.html#buffer_new_buffer_string_encoding) When this lib is bundled with zero-dependencies, e.g. in a serverless function like AWS lambda, this code emits a deprecation warning. Not...

When I use an agent created by tunnel with proxy, if the proxy is not reachable, wrong exception raised. Simple codes: ``` let a = tunnel.httpOverHttp({proxy: {host: 'nosuch.host.com', port: 8080}});...

Hello, The following line causes a Deprecation Warning message: https://github.com/koichik/node-tunnel/blob/5fb2fb424788597146b7be6729006cad1cf9e9a8/lib/tunnel.js#L122