Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Error creating project, XSRF check failed

Erol Karaboga January 5, 2023

I've installed Jira Core on Ec2 instance and it is running behind the AWS Application Loadbalancer.

Also, I update server.xml as below. But i am getting Error creating project, XSRF check failed error when creating a project.

 

<Connector port="8080" maxThreads="150" minSpareThreads="25" connectionTimeout="20000" enableLookups="false"
maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="8443"
acceptCount="100" disableUploadTimeout="true" bindOnInit="false" scheme="http"
proxyName="jira-aws.opel-toolbox.com" proxyPort="80"/>

 

<Connector port="8080" 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="jira-aws.opel-toolbox.com" proxyPort="443" secure="true"/>

 

1 answer

0 votes
Lucas Modzelewski _Lumo_
Atlassian Partner
January 6, 2023
Erol Karaboga January 6, 2023

Thanks it is fixed.

Suggest an answer

Log in or Sign up to answer