Allow to skip SSL verification in bugzilla plugin - #372
Closed
sandrobonazzola wants to merge 2 commits into
Closed
Conversation
|
Review changes with SemanticDiff. Analyzed 5 of 6 files. Overall, the semantic diff is 10% smaller than the GitHub diff.
|
sandrobonazzola
force-pushed
the
bugzilla_no_ssl
branch
from
September 27, 2024 12:36
d3246b2 to
d6fd64a
Compare
Replace `distutils.util.strtobool` with a local copy of the function following the [Migration advice](https://peps.python.org/pep-0632/#migration-advice) due to `distutils` module deprecation. Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
Recently Red Hat bugzilla SSL certificate is failing verification. In order to allow querying bugzilla while this issue is getting fixed, allowing to skip SSL certificate validation. Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
sandrobonazzola
force-pushed
the
bugzilla_no_ssl
branch
from
October 7, 2024 06:35
d6fd64a to
0d15507
Compare
Collaborator
Author
|
included via #390 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Recently Red Hat bugzilla SSL certificate is failing verification. In order to allow querying bugzilla while this issue is getting fixed, allowing to skip SSL certificate validation.
Depends on #355