You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
Following your example above, did you add `proxyName="xxx.com"` to your server.xml file?
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.