Hello All,
Our new RHEL9 Acceptance environment is upgraded to version 24.3 but after upgrade we are unable to access the one app server directly (without load balancer). Previously we could access app server directly using URL "https://{HOSTNAME}/suite/?signin=native" But now I can login but it gives me CORS request rejected error message.
Previously before upgrade I added {HOSTNAME} to embedded interface list in admin console and it was working. can you please help me in this how to bypass or update CORS valid list directly in database.
Not sure but looks like it is wiped out after upgrade.
Here is error details :
2025-01-14 22:50:40,903 [ajp-nio-0.0.0.0-8009-exec-1] ERROR com.appiancorp.security.cors.CorsFilter - CORS request rejected; invalid request from XXX.XXX.XXX.25 to /auth jakarta.servlet.ServletException: CORS origin denied: {HOSTNAME} is not on the allowed list:[
Thanks, Bhushan
Discussion posts and replies are publicly visible
KB-1011 401 error thrown when attempting to access Appian after configuring a web server
Check the hostname on the machine.
Checked. Its correct.
I also compared previous version custome.properties file with current version 24.3 custom.properties file and its same.
What about the hostname of the machine itself?
hostname of the machine is also correct and same specified in custom.properties file.
Can you elaborate on how you checked the hostname in RHEL9?
I just used command "hostname" to get name.
Did you try setting this parameter by any chance?
conf.suite.DISABLE_STRICT_DOMAIN_SECURITY=true
I only recommend doing this for test purposes btw.
Mathieu Drouin
Great, working. Thanks for help.