-
Notifications
You must be signed in to change notification settings - Fork 766
Remove shipped certs #376
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
Remove shipped certs #376
Conversation
… remote-get-cert
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.
Tests?
Don't we still need to provide the path to the CA Bundle even if we use the certifi package. We would need the get_cert_file logic to change to... import certifi |
From my understanding of https://github.com/requests/requests/blob/master/requests/adapters.py#L221 and https://github.com/requests/requests/blob/master/requests/utils.py#L39, I think requests will do this automatically. |
Ok. It would be good to verify that behavior. Not sure why our simple test was giving us a warning then. |
@jingming If you can resolve the conflicts, I think we can mark this as [deploy], yes? |
@jmctwilio 8000 conflicts resolved. |
Commit d75a66b (twilio#376) should have removed this. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit d75a66b (twilio#376) should have removed this. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
No description provided.