-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature: network use native system stores #444
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #444 +/- ##
==========================================
- Coverage 71.36% 71.11% -0.26%
==========================================
Files 45 45
Lines 2630 2645 +15
Branches 565 569 +4
==========================================
+ Hits 1877 1881 +4
- Misses 574 583 +9
- Partials 179 181 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
bef8bfa
to
13920b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as i understand this changes, LGTM !
0c55846
to
bfdbdb8
Compare
Quality Gate passedIssues Measures |
…ough injection (#549) This PR follows up: - #544 - #444 It improve how system's store certificates are used, preferring a custom HTTP adapter to the SSL injection. It's mainly inspired from https://stackoverflow.com/a/78265028/2556577.
By default, a bundle of SSL certificates is used, through certifi. This PR allows QDT to use the system certificates store.
In this PR:
QDT_SSL_USE_SYSTEM_STORES
environment variable to enable this feature as an opt-inRelated documentation: https://guts.github.io/qgis-deployment-cli/guides/howto_behind_proxy.html#id1
cc @DeCiZoR and @Niarolf