Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
10 replies
Subscribers
7 subscribers
Views
2944 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
Hi, We have updated our Appian to version 7.8, and we have implemented HTTP
bojanb
over 10 years ago
Hi,
We have updated our Appian to version 7.8, and we have implemented HTTPS (ssl) through using a IIS web server. But now we have a problem with receiving notifications. Here is our configuration in custom.properties:
conf.suite.PRODUCTION=true
conf.suite.SCHEME=https
conf.suite.PRIVATE_SCHEME=http
conf.suite.SERVER_AND_PORT=es-sk-bpmsprod:8443 (the same port is used in IIS for https port)
conf.suite.MAIL_SCHEME=http
conf.suite.MAIL_SERVER_AND_PORT=localhost:8080 (the same port is used in IIS for http port)
resources.appian.ap.application.appian.ap.session.timeoutwarn=60
conf.suite.DEFAULT_ENVIRONMENT=apps
conf.navigation.SHOW_APPS_PORTAL=true
conf.navigation.SHOW_APPLICATIONS_MENU=true
conf.mailhandler.ntf_sndr_addr=xxx@yyy
conf.mailhandler.email.domain=XXX...
conf.mailhandler.mail.smtp.host=casarray.xxx.yy
conf.mailhandler.mail.smtp.auth=false
...
Do we need to change something or is this configuration OK?
Thanks in advance,...
OriginalPostID-145737
OriginalPostID-145737
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Let's do this:
1. Create a copy of spring-security-07-portal.xml
2. Rename the copy to spring-security-07-portal-override.xml
3. Change this line
<sec:http pattern="/**" use-expressions="false">
to
<sec:http pattern="/**" use-expressions="false" disable-url-rewriting="true">
4. Restart the application server
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Let's do this:
1. Create a copy of spring-security-07-portal.xml
2. Rename the copy to spring-security-07-portal-override.xml
3. Change this line
<sec:http pattern="/**" use-expressions="false">
to
<sec:http pattern="/**" use-expressions="false" disable-url-rewriting="true">
4. Restart the application server
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data