Hi,
We're running a Bamboo Server on CentOS via http://localhost:8085
and using Nginx doing a HTTPS proxy https://xxx.com/bamboo pointing to http://localhost:8085.
Everything is working fine and succeed.
but only getting a 403 code as below screenshot, saying "XSRF check failed".
Is there anything I did wrong or something I missed to config? thx a lot my friend.
Hi @John ! How are you doing?
Have you checked your Base URL in Bamboo? Does it point to the correct proxy address?
Another thing to check is whether you have the right configuration in your server.xml (proxyName, proxyPort etc.)
Hope this helps!
hi @Cristiano Mariano ,
thx a lot for the feedback.
Base URL had been filled in https://xxx.com/bamboo.
but need to check server.xml. will do and get back to you.
thx a lot for your time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How amzing you are! yes it's about the server.xml.
after adding proxyName="jira.example.com" proxyPort="443" scheme="https" secure="true", then the error gone.
thx a ton!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @John !
Outstanding! I am very glad to hear that it helped!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.