Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Tor Tor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 831
    • Issues 831
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • Core
  • TorTor
  • Issues
  • #1099

Closed
Open
Created Sep 20, 2009 by Roger Dingledine@armaReporter

Spurious bootstrap warnings if no-route-to-host

Sep 19 22:42:11.251 [warn] Problem bootstrapping. Stuck at 85%: Finishing handshake with first hop. (No route to host; NOROUTE; count 1; recommendation warn)

$ telnet 89.54.142.227 443 Trying 89.54.142.227... telnet: Unable to connect to remote host: No route to host

This isn't a problem with my network, it's a problem with that host.

And it looks like Tor can't tell the difference: $ grep END_OR_CONN_REASON_NO_ROUTE .h or.h:#define END_OR_CONN_REASON_NO_ROUTE 6 / no route to host/net */

We should teach it the difference.

Step one is to do this in errno_to_orconn_end_reason(), which I think will solve the particular issue here.

Step two would be to solve it in tls_error_to_orconn_end_reason(), but I bet that might be trickier.

[Automatically added by flyspray2trac: Operating System: All]

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking