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.
I have migrated confluence on centos 7 to centos 8 OS.
1) Old server confluence is running 7.3.2 version. (https://confluence.crossmw.com/). And it is our production machine and it's running fine with no issue. (centos7)
2) New confluence install on centos 8 machine with latest confluence version 7.4.1.
3) I have already synced the confluence $HOME from old server to new server.
4) We are using mysql on RDS instance. And it is also connecting fine from new centos 8 machine for conluence DB.
5) But when i opened the private IP URL of new centos 8 machine. And try to login the user and it is not working. I debugged and found below logs.
Kindly assist.
2020-08-04 07:14:15,610 WARN [http-nio-8090-exec-3] [common.security.jersey.XsrfResourceFilter] passesAdditionalBrowserChecks Additional XSRF checks failed for request: https://confluence.crossmw.com/rest/analytics/1.0/publish/bulk , origin: http://10.1.203.203:8090 , referrer: http://10.1.203.203:8090/login.action , credentials in request: false , allowed via CORS: false
-- referer: http://10.1.203.203:8090/login.action?os_destination=%2Findex.action&permissionViolation=true | url: /rest/analytics/1.0/publish/bulk | traceId: ce66b752274c264f | userName: anonymous
2020-08-04 07:14:25,839 WARN [http-nio-8090-exec-10] [atlassian.seraph.auth.DefaultAuthenticator] login login : 'pchauhan@crossmw.com' tried to login but they do not have USE permission or weren't found. Deleting remember me cookie.
-- referer: http://10.1.203.203:8090/login.action?os_destination=%2Findex.action&permissionViolation=true | url: /dologin.action | traceId: f466d9caa20b0299
2020-08-04 07:14:28,445 WARN [http-nio-8090-exec-6] [common.security.jersey.XsrfResourceFilter] passesAdditionalBrowserChecks Additional XSRF checks failed for request: https://confluence.crossmw.com/rest/analytics/1.0/publish/bulk , origin: http://10.1.203.203:8090 , referrer: http://10.1.203.203:8090/dologin.action , credentials in request: false , allowed via CORS: false
-- referer: http://10.1.203.203:8090/dologin.action | url: /rest/analytics/1.0/publish/bulk | traceId: 62a49b6bf09df68f | userName: anonymous
2020-08-04 07:14:39,993 WARN [http-nio-8090-exec-4] [common.security.jersey.XsrfResourceFilter] passesAdditionalBrowserChecks Additional XSRF checks failed for request: https://confluence.crossmw.com/rest/analytics/1.0/publish/bulk , origin: http://10.1.203.203:8090 , referrer: http://10.1.203.203:8090/dologin.action , credentials in request: false , allowed via CORS: false
-- referer: http://10.1.203.203:8090/dologin.action | url: /rest/analytics/1.0/publish/bulk | traceId: 04bbb74cc5596077 | userName: anonymous
Answer