VSCE: using the CICS extension with a different host breaks Zowe Explorer #159
Labels
bug
Something isn't working
priority-medium
Not functioning - next quarter if capacity permits
severity-medium
Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex
Describe the bug
I have multiple hosts in play.
hosta is a z/OSMF host which is https and using a self-signed certificate
hostb hosts a CMCI connection - either https with self-signed certificate or http (no ssl)
I am specifying
"rejectUnauthorized": false
on both profiles.Using the CICS extension breaks the Zowe Explorer extension.
Recreation steps
I connect to hosta with z/OSMF correctly and browse data sets.
I connect to hostb with the CICS extension correctly and browse CICS resources.
I attempt to refresh my hosta z/OSMF data sets and receive this error:
Retrieving response from MVS list API Error: Failed to send an HTTP request.
I reload my VS Code and able to connect to z/OSMF on hosta correctly, again.
If I stick to just using hostb consistently, I am able to use both z/OSMF and CMCI.
Describe your environment
zowe --version
): CLI Version: 8.8.2, Zowe Release Version: v3.0.0zowe plugins list --short
): no pluginsnode --version
,npm --version
): v22.9.0, 10.8.3The text was updated successfully, but these errors were encountered: