issues Search Results · repo:koichik/node-tunnel language:JavaScript
Filter by
36 results
(78 ms)36 results
inkoichik/node-tunnel (press backspace or delete to remove)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
rafaelpolonio92
- Opened on Nov 16, 2021
- #46
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 deprecated.
If I don t ...
jg572h
- Opened on Oct 13, 2021
- #45
The users sometimes accidently put wrong data in proxy. Is it possible to catch these exceptions?
nikhell86
- Opened on Jul 27, 2021
- #43
Hello,
The following line causes a Deprecation Warning message:
https://github.com/koichik/node-tunnel/blob/5fb2fb424788597146b7be6729006cad1cf9e9a8/lib/tunnel.js#L122
Shogobg
- Opened on Mar 9, 2021
- #42
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 :
const tunnellingAgent = tunnel.httpsOverHttps({
...
adefirmanf
- 2
- Opened on Jan 21, 2020
- #41
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}});
...
sshxmz
- 4
- Opened on Dec 7, 2019
- #40
The IBM Product App Connect Enterprise has node-tunnel as an indirect dependency. We have a customer who is scanning
docker images created as part of their CI/CD pipeline with the Twistlock security tool. ...
davecrighton
- Opened on Nov 21, 2019
- #39
Hello @koichik ,
Thank you for maintaining tunnel. I have been using it the past couple of months. However, I ve started running into
issues with Node v12. I tried digging into tunnel/ gobal-tunnel-ng ...
gajus
- Opened on Apr 26, 2019
- #38
i tested timeout but not working
let agent = tunnel.httpsOverHttp({ proxy: { host: host, port: port, timeout: 3000 //not working // headers:
request_headers } });
devMagics
- Opened on Mar 20, 2019
- #37
https://github.com/koichik/node-tunnel/blob/5fb2fb424788597146b7be6729006cad1cf9e9a8/lib/tunnel.js#L108
mergeOptions leaves the proxyOptions.headers behind and they don t get send to the proxy server. ...
mlattanzio
- Opened on Nov 29, 2018
- #35

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.