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

Appveyor has intermittent failures #795

Closed
sgrif opened this Issue Mar 11, 2017 · 1 comment

Comments

Projects
None yet
2 participants
@sgrif
Member

sgrif commented Mar 11, 2017

Occasionally our builds on appveyor fail before they can even download Rust.

appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
Error downloading remote file: One or more errors occurred.
Inner Exception: The request was aborted: Could not create SSL/TLS secure channel.

Would be great to figure out a way to fix this, since those builds are slow enough that "just restarting it when it happens" is pretty painful.

@cyplo

This comment has been minimized.

Contributor

cyplo commented Mar 14, 2017

Would caching the binary in appveyor's cache help ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment