-
Notifications
You must be signed in to change notification settings - Fork 118
z/OSMF profiles do not respect protocol property #2703
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingpriority-highProduction outage - this quarter or at least next quarterProduction outage - this quarter or at least next quarterseverity-highBug for which there may be workaround but limits the usage of the Zowe for major use casesBug for which there may be workaround but limits the usage of the Zowe for major use cases
Milestone
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority-highProduction outage - this quarter or at least next quarterProduction outage - this quarter or at least next quarterseverity-highBug for which there may be workaround but limits the usage of the Zowe for major use casesBug for which there may be workaround but limits the usage of the Zowe for major use cases
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
In Zowe Explorer,
zosmfprofiles defined with theprotocolproperty set tohttpwill not respect said protocol during API requests.To Reproduce
{ "profiles": { "lpar.zosmf": { "properties": { "protocol": "http" } } } }Expected behavior
Profiles in Zowe Explorer should respect the
protocolproperty.Desktop (please complete the following information):
Additional context
The request may not fail if the server supports HTTPS, so it would be best to test with an LPAR or server that only supports HTTP.