-
Notifications
You must be signed in to change notification settings - Fork 339
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
Fix InsecureRequestWarning #1969
Fix InsecureRequestWarning #1969
Conversation
145f9a2
to
6db1186
Compare
Build failed. ✔️ ansible-tox-linters SUCCESS in 9m 45s |
6db1186
to
414a1a5
Compare
414a1a5
to
315b9f3
Compare
Build failed. ✔️ ansible-tox-linters SUCCESS in 9m 46s |
recheck |
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 9m 41s |
Looks like this really fixes the issue :-) |
Build succeeded (gate pipeline). ✔️ ansible-tox-linters SUCCESS in 9m 43s |
9c02d89
into
ansible-collections:main
…e-collections#1969) Fix InsecureRequestWarning SUMMARY It looks like we're sometimes running into an InsecureRequestWarning. ISSUE TYPE Bugfix Pull Request COMPONENT NAME plugins/module_utils/vmware_rest_client.py ADDITIONAL INFORMATION Vmware ssl certs (works in one module, not the other!)
…e-collections#1969) Fix InsecureRequestWarning SUMMARY It looks like we're sometimes running into an InsecureRequestWarning. ISSUE TYPE Bugfix Pull Request COMPONENT NAME plugins/module_utils/vmware_rest_client.py ADDITIONAL INFORMATION Vmware ssl certs (works in one module, not the other!)
…#1970) stable-3.x: Fix InsecureRequestWarning for VmwareRestClient based modules SUMMARY Backport of #1969 It looks like we're sometimes running into an InsecureRequestWarning. ISSUE TYPE Bugfix Pull Request COMPONENT NAME plugins/module_utils/vmware_rest_client.py ADDITIONAL INFORMATION Vmware ssl certs (works in one module, not the other!)
SUMMARY
It looks like we're sometimes running into an
InsecureRequestWarning
.ISSUE TYPE
COMPONENT NAME
plugins/module_utils/vmware_rest_client.py
ADDITIONAL INFORMATION
Vmware ssl certs (works in one module, not the other!)