[tor-commits] [flashproxy/master] Set UseMicrodescriptors=0 in torrc.
dcf at torproject.org
dcf at torproject.org
Sun Oct 23 17:25:30 UTC 2011
commit c1f7a98d7e8a1f8c0df89685d06ca53e790c01fe
Author: David Fifield <david at bamsoftware.com>
Date: Sun Oct 23 10:14:00 2011 -0700
Set UseMicrodescriptors=0 in torrc.
Somehow I can't get a connection to my bridge that uses
BridgeRelay 1
when the client is trying to use microdescriptors.
This may not be the proximate cause, but on the client I see this:
[notice] Bootstrapped 50%: Loading relay descriptors.
[notice] I learned some more directory information, but not enough to build a circuit: We have no usable consensus.
[warn] Received http status code 404 ("Not found") from server '173.255.221.44:9001' while fetching consensus directory.
On the server I can see that the 404 is coming from a GET request for
/tor/status-vote/current/consensus-microdesc.z.
---
torrc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/torrc b/torrc
index 0bab31c..98769f4 100644
--- a/torrc
+++ b/torrc
@@ -5,6 +5,7 @@
UseBridges 1
Bridge 127.0.0.1:9001
+UseMicrodescriptors 0
Socks4Proxy 127.0.0.1:9001
# In case you are not able to receive remote connections on port 9000, comment
More information about the tor-commits
mailing list