-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
POST /main/register returns 400 Bad Request Invalid signature #1699
Comments
@prologic clean your cookies and try again, I think for installation help is better on the IRC: https://github.com/pump-io/pump.io/wiki/Community#communication-channels |
Okay I'll try... Are you on FreeNode? Also are we able to return better errors to the UI? I had to pull out the Chrome Debugger to see the "Invalid Signature" in the response. |
@prologic the current version in master has that fix, and yes in freenode #pump.io |
Nope clearing cookies, ingocnito, different browser I never use. Same error: "400: error |
The error was the HTTPS validation that requires a |
Ti be more prcise; this was some assumptions being made in the code that led to an incorrect value for This hacked up dif worked around that:
|
This needs either smarter validation or a configuration option. Terminating TLS on both ends (Load Balancer and Application) is excessive when your internal network is already secure. |
Registration isn't working. I get a 400 Bad Request and "Invalid signature" in the Body.
The text was updated successfully, but these errors were encountered: