★Problem
My team installed Jira Server 8.8.0 behind an ALB in EC2(Linux).
When URL「https://cs-XXXXXX.itps.YYYYY.jp」is accessed, We can login successfully.
However, when we try to create a new project, the error below occurred:
★Trials and Errors
As is suggested in the following url:
https://ja.confluence.atlassian.com/jirakb/creating-project-throws-error-creating-project-xsrf-check-failed-397083076.html
I have configured proxy server information in server.xml. However, it does not work after restarting jira service.
$ vim /opt/atlassian/jira/conf/server.xml
<Connector port="8080" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>"
maxThreads="150" minSpareThreads="25" connectionTimeout="20000" enableLookups="false"
maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="8443"
acceptCount="100" disableUploadTimeout="true" bindOnInit="false" secure="true" scheme="https"
proxyName="https://cs-XXXXX.itps.YYYYY.jp" proxyPort="443"/>
Any help will be appreciated! Thanks in advance.
Thanks for posing a question in the Atlassian Community!
We've answered your question in https://support.atlassian.com/contact/#/ and we understand the problem is resolved by fixing your server.xml.
Please feel free to contact us in https://support.atlassian.com/contact/#/ or ask in Atlassian Community if further support is needed.
I have the same problem and I can not solve it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @jhenriquez
This problem typically occurs when the server.xml setting doesn't matches with your proxy configuration. Please check the Connector directive has the right setting as 3. Configure the Connector directive .
Also please check if 2. Set the context path is properly configured.
I hope this helps :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, I solved the problem with your help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Wang, Lan 1 ,
did you also change the Jira Base URL settings to match your url with HTTPS ? The Base URL setting for you should be https://cs-XXXXX.itps.YYYYY.jp
You can have a look here to change this setting : https://confluence.atlassian.com/adminjiraserver/configuring-the-base-url-938847830.html
Let me know if this helps,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your quick response. It does not work for me.
When I login as the administrator, there seems only logout option for me, as is shown in the attached screenshot.
I really need your help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Wang, Lan 1 ,
you will need to ask your Jira Administrator to perform this operation then if you are not in the jira-administrator group.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey, Alexis. Actually, I am the administrator of this site. And after installation, I have registered the login user as admin. It is a little wired that the admin only has a logout option.
Could you please tell me how to reset the admin account? or any other ideas?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure since your screenshot show japanese characters but I think this is the first screen after installing Jira, you just need to click on the first button on the left and this welcome screen will disappear. You will then have access to the Settings button.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I will translate Japanese to English.
Do you know any ways( CLI or GUI) to check if admin is successfully created ?
first, When I log in the site as admin, I am asked to select language.
Even after selecting English, and hit 「Continue」, still comes with Japanese(a little wired), asking select an icon. I goto next
Then comes the welcome page. I tried to click on the icon on the left top. but there's no reaction. All I can do is create a new project or logout. I can successfully logout. the login user is the admin. But I cannot create a new project successfully. Please help me out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What happens if you remove the "welcome.action" from the URL on your last screen ? it should redirect you to the Jira Dashboard.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
if I remove the "welcome.action" and hit enter key, it goes to the following screen.
After log in as admin, it goes to the language selection screen of my last post.
What happens with my admin user, it seems that my admin user does not have any privileges.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am also facing the similar issue, on a fresh installation. Even as a admin not having any option. and facing XSRF issue when creating a project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
how was this issue resolved, even we are facing the same issue. Do we have a resolution for this,
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.