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

urls - remove deprecated client key calls #80751

Merged
merged 1 commit into from
May 17, 2023

Conversation

jborean93
Copy link
Contributor

@jborean93 jborean93 commented May 10, 2023

SUMMARY

The use of cert_file and key_file with HTTPSConnection was deprecated in Python 3.6 and removed in Python 3.12. This changes the code so it sets those settings on the SSL context instead.

Fixes: #80490

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

urls.py

@ansibot ansibot added affects_2.16 bug This issue/PR relates to a bug. needs_triage Needs a first human triage before being processed. labels May 10, 2023
@jborean93 jborean93 removed the needs_triage Needs a first human triage before being processed. label May 11, 2023
@jborean93 jborean93 requested a review from sivel May 11, 2023 19:04
@sivel sivel merged commit 0df794e into ansible:devel May 17, 2023
@jborean93 jborean93 deleted the urils-deprecated branch May 17, 2023 22:18
@ansible ansible locked and limited conversation to collaborators May 24, 2023
@jborean93
Copy link
Contributor Author

Backport PR to stable-2.15 #81257

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.16 bug This issue/PR relates to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix use of deprecated parameters in module_utils/urls.py
4 participants