Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Use system certs for transports if possible #50

Closed
wants to merge 1 commit into from

Conversation

abergmeier
Copy link

By default httplib2.Http uses own set of certs.
This breaks if you have modified certs on your system. It should always use system certs and only fallback to own.

Currently missing Windows support.

By default httplib2.Http uses own set of certs.
This breaks if you have modified certs on your system. It should always use system certs and only fallback to own.

Currently missing Windows support.
@abergmeier
Copy link
Author

Can someone retrigger tests?

@mattmoor
Copy link
Contributor

mattmoor commented Dec 22, 2017

I think we want this to have a common solution with this: #39

@ahirreddy FYI

@dekkagaijin do you want to help get these resolved?

@abergmeier
Copy link
Author

I think we want this to have a common solution with this: #39

Maybe first hardcode it with this PR and then #39?
Have to rework this PR anyway, since it gets more complicated.

@abergmeier
Copy link
Author

abergmeier commented Dec 22, 2017

Anyone knows how to use ca_certs_locater of Http? Seems odd.

@abergmeier
Copy link
Author

Superseded by more flexible #52

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants