Bit more signature debugging.
authorlain <lain@soykaf.club>
Sat, 24 Feb 2018 17:01:49 +0000 (18:01 +0100)
committerlain <lain@soykaf.club>
Sat, 24 Feb 2018 17:01:49 +0000 (18:01 +0100)
lib/pleroma/web/activity_pub/activity_pub_controller.ex

index 1e05097028ae48daf4e478945616bc47df515776..a8dfccc4078a71637f5deefea4d30b135abe4884 100644 (file)
@@ -35,6 +35,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubController do
 
   def inbox(conn, params) do
     Logger.info("Signature error.")
+    Logger.info("Could not validate #{params["actor"]}")
     Logger.info(inspect(conn.req_headers))
     json(conn, "ok")
   end