Skip to content
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

Maintain a more obvious ordering of SSL certificate locations #19556

Merged
merged 1 commit into from
Dec 14, 2016

Conversation

staticfloat
Copy link
Member

This creates a more well-defined ordering of SSL certificate locations that we search, and permutes the ordering a bit to look for certificates that are more explicitly named first. This is necessary because, on some older Debian systems, the file <openssl dir>/certs/ca.pem is actually the certificate for the debconf.org site, and not the list of certificate authorities (Debian bug about this).

With this patch, we pick up the more explicitly named ca-certificates.crt first which fixes the issue on the machine I discovered this issue on.

@StefanKarpinski
Copy link
Member

Any reason not to merge?

@staticfloat
Copy link
Member Author

Not that I can see, but that's why I opened the PR in the first place. ;)

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

Successfully merging this pull request may close these issues.

3 participants