Coder Social home page Coder Social logo

Comments (3)

agrinman avatar agrinman commented on June 1, 2024

Proxy settings shouldn't affect tunnelto. It communicates to the outside world via web sockets. What error are you getting?

from tunnelto.

barroudjo avatar barroudjo commented on June 1, 2024

I have the same problem as @naulacambra : in order to access the outside internet (as opposed to the corporate intranet) we have to go through a corporate proxy (so that they can check that we're not doing things we shouldn't be doing...).
That means that tunnelto when it attempts to make any kind of request to the internet (which it must) has to go through that proxy. That's what the http_proxy environment variable is used for.
What would be nice is if tunnelto checked that http_proxy environment variable and used it if it exists.
Currently it does not, which means that when I'm the corporate network, where going through the corporate proxy is required to access the outside internet, I currently get errors (timeouts) like this when launching tunnelto:

tunnelto --port 8000 -v
 INFO  tunnelto::config > Control Server URL: wss://wormhole.tunnelto.dev:443/wormhole
 ERROR tunnelto::update > Failed to check version: reqwest::Error { kind: Request, url: Url { scheme: "https", username: "", password: None, host: Some(Domain("api.github.com")), port: None, path: "/repos/agrinman/tunnelto/releases/latest", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("tcp connect error", Os { code: 10060, kind: TimedOut, message: "Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu." })) }
 ERROR tunnelto         > Control error: WebSocketError(Io(Os { code: 10060, kind: TimedOut, message: "Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu." })). Retrying in 5 seconds.
 INFO  tunnelto         > restarting wormhole
 ERROR tunnelto         > Control error: WebSocketError(Io(Os { code: 10060, kind: TimedOut, message: "Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu." })). Retrying in 5 seconds.
 INFO  tunnelto         > restarting wormhole
🌎 Opening remote tunnel...

from tunnelto.

ryujimorimoto avatar ryujimorimoto commented on June 1, 2024

I'm having the same problem.
Is there a solution?

from tunnelto.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.