Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
fb5add56
Commit
fb5add56
authored
Feb 24, 2018
by
lain
Browse files
Bit more signature debugging.
parent
ac67453e
Pipeline
#831
failed with stage
in 2 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/pleroma/web/activity_pub/activity_pub_controller.ex
View file @
fb5add56
...
...
@@ -35,6 +35,7 @@ def inbox(%{assigns: %{valid_signature: true}} = conn, params) 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment