-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opening of cics profile gives an axios error #157
Comments
Thank you for creating a bug report. |
Hi @kraabrsg, there's a "cics": {
"type": "cics",
"properties": {
"protocol": "http" <-- Something like this
"host": "1.1.1.1",
"port": 58104,
"user": "${MYUSER}",
"password": "${MYPASS}",
"regionName": "XXXX",
"cicsPlex": "YYYY",
"rejectUnauthorized": false
},
"secure": []
} I would like the protocol to default to HTTPS if not specified so I'll look into that behaviour in the meantime. |
Hi @AndrewTwydell thanks for spotting this, when doing it with |
Great I'm glad you're able to solve the problem! 🙂 Out of interest, if others see this issue, are you able to provide info about which version of TLS your test system uses? It's possible you're using a version of NodeJS that only supports TLS 1.3 but your test system is lower? It's a possibility, but would help us diagnose and error-handle these issues in a clearer way 🙂 |
Describe the bug
Hi,
when installing zowe explorer and zowe explorer for cics we copy the zowe files from our own extension to the workspace folder (where the multiroot workspace file is located)
zowe.config.user.json and zowe.schema.json
we use the zowe sdk for file operations with our own extesnsion (tso and zosmf) and we also installed the zowe explorer to give the user the opportunity to browse files and jobs etc.
Now we want todo the same with cics.
zowe.config.user.json
zowe.schema.json
zowe log at startup
Expected and actual results
Failure when trying to open the cics profile and also the creation (after filing the connection detials no profile is showing up) / delete update(changing cics details does not reflect in the json file) does not work
Describe your environment
node: 20.11.1
npm: 10.2.4
win 10
no zowe cli plugins installed
Thanks!
The text was updated successfully, but these errors were encountered: