Uploaded image for project: 'Red Hat Process Automation Manager'
  1. Red Hat Process Automation Manager
  2. RHPAM-4705

Can't login into Business Central without SSL configured

XMLWordPrintable

    • 2023 Week 27-29 (from Jul 3), 2023 Week 30-32 (from Jul 24)

      Introduced by https://issues.redhat.com/browse/RHPAM-4431

      Business Central now requires ssl to enabled so users can perform login.
      This is caused by the enforcing of the secure flag in the web.xml:

         301      <session-config>
         302        <session-timeout>1440</session-timeout>
         303        <cookie-config>
         304          <path>/</path>
         305          <http-only>true</http-only>
         306          <secure>true</secure>
         307          <max-age>1440</max-age>
         308        </cookie-config>
         309      </session-config> 

      This new configuration broke the Operator option to disable SSL.
      In the container side, we would need to make this option configurable.

            rhn-support-fspolti Filippe Spolti
            rhn-support-fspolti Filippe Spolti
            Jakub Schwan Jakub Schwan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: