-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 an option to ignore SSL revocation checking #3699
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
☔ The latest upstream changes (presumably #3682) made this pull request unmergeable. Please resolve the merge conflicts. |
This is apparently required in some Windows setups to get past SSL context creation in schannel.
@bors r+ |
📌 Commit 923f21c has been approved by |
⌛ Testing commit 923f21c with merge 4112e95... |
💔 Test failed - status-appveyor |
@bors: retry
…On Tue, Feb 28, 2017 at 2:28 PM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang-libs/cargo/build/1.0.1342>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3699 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95PGnBmoqWL011iJJf-5F2pBbVTTAks5rhINXgaJpZM4MAoi_>
.
|
Add an option to ignore SSL revocation checking This is apparently required in some Windows setups to get past SSL context creation in schannel.
☀️ Test successful - status-appveyor, status-travis |
This is apparently required in some Windows setups to get past SSL context
creation in schannel.