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

Update documentation to show how to configure SSL verification options #166

Closed
adam-wolfe opened this issue May 22, 2023 · 5 comments · Fixed by #339
Closed

Update documentation to show how to configure SSL verification options #166

adam-wolfe opened this issue May 22, 2023 · 5 comments · Fixed by #339
Labels
dev-doc enhancement New feature or request keep Keep this issue open priority-medium

Comments

@adam-wolfe
Copy link

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.

@adam-wolfe adam-wolfe added the enhancement New feature or request label May 22, 2023
@t1m0thyj t1m0thyj added documentation Improvements or additions to documentation priority-medium labels May 31, 2023
@t1m0thyj
Copy link
Member

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".

@JTonda JTonda added dev-doc and removed documentation Improvements or additions to documentation labels Jun 14, 2023
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the Stale label Sep 12, 2023
@github-actions
Copy link

This issue has been automatically closed due to lack of activity. In an effort to reduce noise, please do not comment any further.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 27, 2023
@datone
Copy link

datone commented Oct 19, 2024

Has this been resolved?incomplete documentation is impacting the user experience.

@t1m0thyj
Copy link
Member

The example in the docs has been updated for technical currency, but still does not mention the rejectUnauthorized property.

@datone Please let us know if there are any other areas of documentation that you would like to see improved.

@t1m0thyj t1m0thyj reopened this Oct 19, 2024
@t1m0thyj t1m0thyj added keep Keep this issue open and removed Stale labels Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-doc enhancement New feature or request keep Keep this issue open priority-medium
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants