After upgrade to 7.0.2 JTS no longer forwards authentication to JAS
We upgraded to 7.0.2 but when login afterwards the login call is directly on JTS and not via JAS. All configuration sin teamserver.properties looks right and JAS runs fine. |
3 answers
The problem was caused by an error happening during the installation of the new 7.0.2. The Jazz Authentication architecture was not selected during the installation with Installation Manager.
The fix is to find the
\JazzTeamServer702\server\conf\jts\provision_profiles\DISABLED and move the oidc-profile.ini out of the disabled folder to enable the use of the JAS SSO.
|
We also faced the issue after the upgrade to find an error in the browser upon login:
"error_code: _http_client_io_exception"
and in JTS.log
CRJSA0002E The application could not communicate with a peer server.
Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
this was caused by the IHS being forced to use TLS 1.2 where as the new 7.0.2 installation had not been enabled for TLS 1.2 as per https://www.ibm.com/support/pages/how-do-i-configure-my-engineering-lifecycle-management-server-tlsv12
|
Hello Kim,
thank you very much, you made my day ...
After Upgrading 702SR1 I ran into the second problem. Looks like I configured the old JTS-Installation to be TLS1.2 enabled but it was not done automatically after the upgrade to SR1...
Great
michl
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.