[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #6815 [Tor Relay]: Warn: Your server (1.2.3.4:80) has not managed to confirm that its DirPort is reachable. Please check your firewalls, ports, address, /etc/hosts file, etc.
#6815: Warn: Your server (1.2.3.4:80) has not managed to confirm that its DirPort
is reachable. Please check your firewalls, ports, address, /etc/hosts file,
etc.
-----------------------+----------------------------------------------------
Reporter: torland | Owner:
Type: defect | Status: new
Priority: normal | Milestone: Tor: 0.2.4.x-final
Component: Tor Relay | Version: Tor: 0.2.4.2-alpha
Keywords: | Parent:
Points: | Actualpoints:
-----------------------+----------------------------------------------------
Comment(by arma):
{{{
@@ -955,7 +955,7 @@ consider_testing_reachability(int test_or, int
test_dir)
directory_initiate_command(me->address, &addr,
me->or_port, me->dir_port,
0, /* does not matter */
- 0, me->cache_info.identity_digest,
+ me->cache_info.identity_digest,
DIR_PURPOSE_FETCH_SERVERDESC,
ROUTER_PURPOSE_GENERAL,
1, "authority.z", NULL, 0, 0);
}}}
We had been using supports_begindir==0 to indicate that you'd better not
choose to tunnel this dir conn, even if
directory_command_should_use_begindir() would otherwise choose to.
Looks like we should find a new way to pass that "not in this case" goal
through.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/6815#comment:17>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs
- Prev by Author:
Re: [tor-bugs] #6815 [Tor Relay]: Warn: Your server (1.2.3.4:80) has not managed to confirm that its DirPort is reachable. Please check your firewalls, ports, address, /etc/hosts file, etc.
- Next by Author:
Re: [tor-bugs] #6815 [Tor Relay]: Warn: Your server (1.2.3.4:80) has not managed to confirm that its DirPort is reachable. Please check your firewalls, ports, address, /etc/hosts file, etc.
- Previous by thread:
Re: [tor-bugs] #6815 [Tor Relay]: Warn: Your server (1.2.3.4:80) has not managed to confirm that its DirPort is reachable. Please check your firewalls, ports, address, /etc/hosts file, etc.
- Next by thread:
Re: [tor-bugs] #6815 [Tor Relay]: Warn: Your server (1.2.3.4:80) has not managed to confirm that its DirPort is reachable. Please check your firewalls, ports, address, /etc/hosts file, etc.
- Index(es):