You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not certain whether this is actually Rustup's fault, but I'm having issues with https connections in Rustup on FreeBSD.
$ curl https://sh.rustup.rs -sSf | sh -s -- -y
info: downloading installer
info: syncing channel updates for 'stable-x86_64-unknown-freebsd'
error: could not download file from 'https://static.rust-lang.org/dist/channel-rust-stable.toml.sha256' to '/home/vagrant/.rustup/tmp/4lfxi8knrpct9x3e_file'
info: caused by: error during download
info: caused by: [1] Unsupported protocol (Protocol "https" not supported or disabled in libcurl)
Curl claims to support https and when I try to hit an https URL directly with it, it works.
I'm not certain whether this is actually Rustup's fault, but I'm having issues with https connections in Rustup on FreeBSD.
Curl claims to support https and when I try to hit an https URL directly with it, it works.
I'm also not seeing multiple libcurls installed either...
Anyway, my apologies if this is not actually Rustup's fault.
The text was updated successfully, but these errors were encountered: