Skip to content
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

CLI plugins with HTTP protocol option not being recognized #1329

Open
JillieBeanSim opened this issue Mar 2, 2022 · 6 comments
Open

CLI plugins with HTTP protocol option not being recognized #1329

JillieBeanSim opened this issue Mar 2, 2022 · 6 comments
Labels
bug Something isn't working priority-medium Not functioning - next quarter if capacity permits question Further information is requested severity-high Bug for which there may be workaround but limits the usage of the Zowe for major use cases

Comments

@JillieBeanSim
Copy link
Contributor

in Zowe CLI v 6.30.0 plugins could have their own protocol option for connection to be HTTP, any version above that starting with 6.31.0 to the present 6.37.7 when a user sets the protocol for the plugin to HTTP the following error is returned

image

not sure what changed between 6.30.0 and 6.31.0 for this error to occur.

@ATorrise ATorrise added the question Further information is requested label Sep 1, 2022
@MarkAckert MarkAckert added bug Something isn't working severity-medium Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex. priority-medium Not functioning - next quarter if capacity permits labels Nov 15, 2022
@github-actions
Copy link

Thank you for creating a bug report. If you haven't already, please ensure you have provided steps to reproduce it and as much context as possible.

@MarkAckert MarkAckert added severity-high Bug for which there may be workaround but limits the usage of the Zowe for major use cases for-review To be reviewed in an Eng & Prod Mgmt meeting and removed severity-medium Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex. labels Nov 15, 2022
@zFernand0
Copy link
Member

Hey @JillieBeanSim,
After trying unsuccessfully to reproduce the issue, we believe it might be best to get together in order to find a suitable solution.

@zFernand0 zFernand0 removed the for-review To be reviewed in an Eng & Prod Mgmt meeting label Jan 9, 2023
@ItsKipz
Copy link

ItsKipz commented Sep 28, 2023

Hello,

I am experiencing this same issue, but it is happening on every connection regardless of whether i set it to HTTP or HTTPS.

This is happening across two different computers (one Mac, one Windows), and is also happening using Zowe Explorer for VSCode.

The server is not the issue, I can connect to it using other software.

@phaumer
Copy link
Member

phaumer commented Feb 16, 2024

@zFernand0 would be better to get rid of the protocol option in Zowe profiles altogether? I think this could be done for v3.

@zFernand0
Copy link
Member

zFernand0 would be better to get rid of the protocol option in Zowe profiles altogether? I think this could be done for v3.

We could consider something like this.
Question for you though,
Would you expect to pass a <protocol>://<hostname or ip> combination on instead of just the host?

@adam-wolfe may help us determine whether we can still include this in the V3 plan 😋

@phaumer
Copy link
Member

phaumer commented Feb 21, 2024

@zFernand0 no, I would stick with the host and port properties and only remove protocol. Therefore, default Zowe CLI would only support https for z/OSMF. Other plugins can add other properties for whatever they want to support, e.g. ftp might bring protocol back for its own profiles to distinguish sftp from ftps.

@adam-wolfe adam-wolfe added for-review To be reviewed in an Eng & Prod Mgmt meeting and removed for-review To be reviewed in an Eng & Prod Mgmt meeting labels Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-medium Not functioning - next quarter if capacity permits question Further information is requested severity-high Bug for which there may be workaround but limits the usage of the Zowe for major use cases
Projects
Status: Medium Priority
Development

No branches or pull requests

7 participants