Hi, We have updated our Appian to version 7.8, and we have implemented HTTP

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
  • We previosly didn't have the following lines in custom.properties:

    conf.suite.MAIL_SCHEME=http
    conf.suite.MAIL_SERVER_AND_PORT=localhost:8080

    and after adding them, we started receiving mails.
    Also, we changed the ports in standalone.xml to:
    <socket-binding name="http" port="8081"/>
    <socket-binding name="https" port="8445"/>
    So the problem now is that when the user receives an e-mail notification that a task has been assigned to him, the link to the specified task is not shown properly, but after refresh, the link is OK. Has this something to do with our HTTPS configuration?
    Thanks in advance, Bojan
Reply
  • We previosly didn't have the following lines in custom.properties:

    conf.suite.MAIL_SCHEME=http
    conf.suite.MAIL_SERVER_AND_PORT=localhost:8080

    and after adding them, we started receiving mails.
    Also, we changed the ports in standalone.xml to:
    <socket-binding name="http" port="8081"/>
    <socket-binding name="https" port="8445"/>
    So the problem now is that when the user receives an e-mail notification that a task has been assigned to him, the link to the specified task is not shown properly, but after refresh, the link is OK. Has this something to do with our HTTPS configuration?
    Thanks in advance, Bojan
Children
No Data