]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Try to improve the keypinning-failure message even more
authorNick Mathewson <nickm@torproject.org>
Mon, 28 Aug 2017 15:35:30 +0000 (11:35 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 28 Aug 2017 15:35:30 +0000 (11:35 -0400)
src/or/dirserv.c

index 4c5309b3ba9ad37de3b855aa13f5c333777f0c1c..acd00322a14da489d89ba965ce3337a1f657d0e1 100644 (file)
@@ -723,7 +723,9 @@ dirserv_add_descriptor(routerinfo_t *ri, const char **msg, const char *source)
     *msg = "Looks like your keypair has changed? This authority previously "
       "recorded a different RSA identity for this Ed25519 identity (or vice "
       "versa.) Did you replace or copy some of your key files, but not "
-      "the others?";
+      "the others? You should either restore the expected keypair, or "
+      "delete your keys and restart Tor to start your relay with a new "
+      "identity.";
     r = ROUTER_AUTHDIR_REJECTS;
     goto fail;
   }