-
Notifications
You must be signed in to change notification settings - Fork 74
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
Passing a SSL Cert to the requests library #64
Comments
Hi, can you try to set the My documentation is clearly missing that here though!
|
Yep, that worked. It would make for a good usage example for your documentation as it will likely be a fairly common case. |
haha, doc is still missing. the description says that it is either true or false |
Oh damn xD |
The following code works just fine in Jupyter:
The reason why it works is that I can specify in the environment that path to the .pem file for the requests library to use. It would be nice if there was some way to pass this path directly down to the requests library through login() or just adding stuff to the options variable, but that does not appear to be possible...unless I have missed something.
The text was updated successfully, but these errors were encountered: