Replies: 1 comment 1 reply
-
@kevin-bates re: 're-use JupyterLab configuration setting' (e.g |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To support #2787, #2812, and #2797
This could be accomplished as follows:
requests.XXX
requests to optionally include the location of a certificate file or directory:requests.get('https://domain.com', verify='/path/to/certfile')
REQUESTS_CA_BUNDLE
environment variableREQUESTS_CA_BUNDLE
environment variable (aka piggy-back on requests' solution)Beta Was this translation helpful? Give feedback.
All reactions