Error With Travis Builds and Latest Nightly

I'm getting issues running Travis builds with the latest Rust nightly complaining about an SSL certificate issue hitting the GitHub crates registry.

See here or here for an example. It doesn't seem to be an issue on my machine, but all of my travis builds using nightly are failing. stable and beta seem fine.

Is anyone seeing anything similar?

1 Like

It was this issue: https://github.com/rust-lang/cargo/issues/3340

1 Like

Ah right. So it'll be sorted in the next nightly?