-
Notifications
You must be signed in to change notification settings - Fork 28
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
Update documentation to show how to configure SSL verification options #166
Comments
Related to #162, we should update the example in the docs to demonstrate creating a profile object, since connection objects have been deprecated in the main branch. Since profile objects have the same format as in zowe.config.json, "rejectUnauthorized" can now be used instead of "ssl_verification". |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically closed due to lack of activity. In an effort to reduce noise, please do not comment any further. |
Has this been resolved?incomplete documentation is impacting the user experience. |
The example in the docs has been updated for technical currency, but still does not mention the @datone Please let us know if there are any other areas of documentation that you would like to see improved. |
Is your feature or enhancement request related to a problem or limitation? Please describe
It is not clear from the existing documentation that users of the SDK have the option to disable SSL verification. The documentation should be updated to let users know the name of the connection parameter ("ssl_verification") and the effect that setting this value to a Boolean or String value would have.
Describe your enhancement idea
Update the Zowe Client Python SDK to provide some information on SSL verification settings.
The text was updated successfully, but these errors were encountered: