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

Add http.cainfo config for custom certs #2917

Merged
merged 1 commit into from
Jul 26, 2016
Merged

Conversation

alexcrichton
Copy link
Member

This adds a http.cainfo option to Cargo which reads CA information from a
bundle to pass through to the underlying SSL implementation. This should allow
configuration of Cargo in situations where the default certificate store doesn't
contain the relevant certificates, such as behind corporate proxies.

cc #1180

This adds a `http.cainfo` option to Cargo which reads CA information from a
bundle to pass through to the underlying SSL implementation. This should allow
configuration of Cargo in situations where the default certificate store doesn't
contain the relevant certificates, such as behind corporate proxies.

cc rust-lang#1180
@rust-highfive
Copy link

@alexcrichton: no appropriate reviewer found, use r? to override

@alexcrichton
Copy link
Member Author

r? @brson

@brson
Copy link
Contributor

brson commented Jul 25, 2016

@bors r+

@bors
Copy link
Collaborator

bors commented Jul 25, 2016

📌 Commit 8e8a292 has been approved by brson

@bors
Copy link
Collaborator

bors commented Jul 26, 2016

⌛ Testing commit 8e8a292 with merge 0c08bd1...

bors added a commit that referenced this pull request Jul 26, 2016
Add `http.cainfo` config for custom certs

This adds a `http.cainfo` option to Cargo which reads CA information from a
bundle to pass through to the underlying SSL implementation. This should allow
configuration of Cargo in situations where the default certificate store doesn't
contain the relevant certificates, such as behind corporate proxies.

cc #1180
@bors
Copy link
Collaborator

bors commented Jul 26, 2016

☀️ Test successful - cargo-cross-linux, cargo-linux-32, cargo-linux-64, cargo-mac-32, cargo-mac-64, cargo-win-gnu-32, cargo-win-gnu-64, cargo-win-msvc-32, cargo-win-msvc-64
Approved by: brson
Pushing 0c08bd1 to master...

@bors bors merged commit 8e8a292 into rust-lang:master Jul 26, 2016
@alexcrichton alexcrichton deleted the cainfo branch August 9, 2016 05:34
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.

4 participants