-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support alternate, custom CA certificate bundles
- Loading branch information
Showing
7 changed files
with
106 additions
and
30 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
changelog.d/20231115_101055_kurtmckee_custom_ca_bundles_sc_28404.rst
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Added | ||
~~~~~ | ||
|
||
- Support custom CA certificate bundles. (:pr:`NUMBER`) | ||
|
||
Previously, SSL/TLS verification allowed only a boolean ``True`` or ``False`` value. | ||
It is now possible to specify a CA certificate bundle file | ||
using the existing ``verify_ssl`` parameter | ||
or ``GLOBUS_SDK_VERIFY_SSL`` environment variable. | ||
|
||
This may be useful for interacting with Globus through certain proxy firewalls. |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This file exists to ensure that custom CA bundle files can be used. | ||
You can find references to this file by name in the test suite. |
This file contains 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
This file contains 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