Constant, unexplained "Could not check origin for Phoenix.Socket transport" errors in log #4561
Unanswered
kris-sigur
asked this question in
Self-Hosted Support
Replies: 1 comment
-
Please share your configuration with real domain names. In short, the error means that Plausible receives WebSocket connection requests from an origin that is different from what you have set in BASE_URL. It's meant to protect from Cross-Site WebSocket Hijacking (CSWSH) attacks.
Something is :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've set up plausible to run with the reverse proxy being hosted on a second machine that accepts connections from outside of our firewall using the Apache reverse proxy settings suggestions.
This works fine except I get a constant stream of errors like these:
These errors come consistently at 1 minute intervals even if - as far as I can tell - nothing is accessing the plausible instance. Accessing http://devserver.ourdomain.com:8000 directly in a web browser also does not seem to trigger this warning.
As I stated above, everything seems to be working as intended, I can register and start tracking. But this is making the log very noisy, so any advice on how to resolve this would be most welcome.
Configuration used:
plausible-conf.env:
docker-compose.yml:
Beta Was this translation helpful? Give feedback.
All reactions