Hello,
we encounter a problem when migrating our CSI known in MSM to z/OSMF.
===============================
Lors de l'exécution de CSM2ZOSM
===============================
***************************************************************
** About to get zones for CSI CHORUS.V6R0.SMPCSI.CSI
** Following target zones found: "CAIT"
***************************************************************
** z/OSMF Software Instance Single REST API Call (Begin) **
User defined values:
ZosmfUri = https://xxxxxxxxxxxxx
ZosmfUser = userid
ZosmfPw = xxxxxxxx
SafKeyRing = izusvr/IZUKeyring.IZUDFLT
AddJson = : "name": "CHORUS_-_CA_CSM", "system": "SYSTEM_001 ", "description": "Added by CSM2ZOSM EXEC", "globalzone": "CHORUS.V
6R0.SMPCSI.CSI", "targetzones": : "CAIT" :, :
*ERROR* (hwthconn) at time: 08:36:46
Dans IZRSVR1:
ERROR ~ CWWKO0801E: Unable to initialize SSL connection. Unauthorized access was denied or security settings have expired.
Exception is javax.net.ssl.SSLHandshakeException: Client requested protocol TLSv1 is not enabled or supported in server context
Rexx RC: 0, Toolkit ReturnCode: 262
DiagArea.Service: 1441793
DiagArea.ReasonCode: 420
DiagArea.ReasonDesc: Socket closed by remote partner
** hwthconn failure **
ERROR Connection to the Server Failed
******************************************************
Migration Summary Report
============
Dans IZUSVR1
============
Exception is javax.net.ssl.SSLHandshakeException: Client requested protocol TLSv1 is not enabled or supported in server context
Release : 6.0
Component : Chorus Software Manager
Please refer to the attachment. This new version of CSM to z/OSMF Migration Tool includes a call to /zosmf/services/authenticate REST API to log into the z/OSMF server and retrieve LTPA or JWT token for subsequent calls to SoftwareManagement REST API. It is the same as logging in to z/OSMF in your browser. The username and password are used just once on login page and all other requests includes cookies which hold these tokens generated on login page. It also includes a new parm, SslVersion = 'TLSv12' to resolve this exception:
Exception is javax.net.ssl.SSLHandshakeException: Client requested protocol TLSv1 is not enabled or supported in server context