this post was submitted on 13 Jun 2023
4 points (100.0% liked)

Lemmy Support

4633 readers
3 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

On my self hosted instance I'm trying to federate to other instances. I can successfully search and pull results but when I subscribe I'm not getting new comments or posts that should be flowing in. In my container logs I see a ton of entries of data being pushed but after every 'received activity' log message I get this:

2023-06-13T01:14:28.701468Z WARN Error encountered while processing the incoming HTTP request: lemmy_server::root_span_builder: Invalid signature on request: /inbox 0: lemmy_server::root_span_builder::HTTP request with http.method=POST http.scheme="http" http.host=myhostname http.target=/inbox otel.kind="server" request_id=3ec133f2-72cf-4229-969b-383f77f59e62 http.status_code=400 otel.status_code="OK" at src/root_span_builder.rs:16 LemmyError { message: None, inner: Invalid signature on request: /inbox, context: "SpanTrace" }

Any thoughts?

you are viewing a single comment's thread
view the rest of the comments
[–] menos08642 1 points 1 year ago

Figured it out. I was needing ProxyPreserveHost On set in my apache virtualhost.