First https login fail with Upsource EAP Follow
I got the following error message after first login attempt during the post install configuration process:
HTTP ERROR 405
Problem accessing /hub/auth/login. Reason:
HTTP method POST is not supported by this URL
This latest EAP instance is configured with HTTPS only through a nginx proxy.
Please sign in to leave a comment.
I have the same problem with the latest 2.0 version.
Could it be that I use a random generated password containing slash and backslash?
How can I reset the admin user's password after initial config?
Hi,
Here is detailed instruction on how to reset admin password: https://www.jetbrains.com/upsource/help/2.0/issues.html#you-forgot-your-administrator-password
If it doesn't help please post your nginx config file.
Thanks in advance.
Changing the Admin pwd to alphanumeric only didn't help, I still get the same error (on EAP).
nginx config (exact same one works well for Teamcity though)
Nodje,
Proxy configuration for Upsource and TeamCity is a bit different..
Looks like the following configs are missing under "location":
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Forwarded-Proto $scheme;
Please try adding them and let me know if it helps.
Thanks in advance.
Well done, it works!