You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
I installed a "atlassian-jira-software-8.0.2-x64" on my GCP instance and all installed successfully and running.
But, when I'm start using I have a problem with all requests to the jira server - I got an error: XSRF check failed
Someone can help me?
Hi,
I'm not as familiar with that specific platform, but I suspect that it has some kind of proxy or load balancer that it is using to redirect the http or https traffic before it actually reaches the Jira site. Jira is expecting to know what address it is being served up on. This tends to require that you make some adjustments to the $jirainstall/conf/server.xml file to let Jira's tomcat webserver understand where this traffic is coming from.
Failing to do this can result in these kinds of xsrf errors, see related thread https://community.atlassian.com/t5/Jira-questions/Error-creating-project-XSRF-check-failed/qaq-p/362979
The connector you have defined for Jira in that server.xml file will likely need to have proper
proxyName="proxy.name.com" proxyPort="443" scheme="https"
fields defined. Once you define these, save that file, and then you need to restart Jira in order for these changes to take affect. That should help fix this specific problem.
On a related note, I did come across a guide from Google in regards to using Jira on their platform in https://cloud.google.com/solutions/deploying-jira-on-gcp perhaps this might help as well. It seems there are a number of steps in order to create the proper routing/firewall rules to make this work, but maybe this can help if my first set of steps does not.
Andy
Catch up with Atlassian Product Managers in our 2020 Demo Den round-up! From Advanced Roadmaps to Code in Jira to Next-Gen Workflows, check out the videos below to help up-level your work in the new ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.