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 think we should use -f to fail clearly on 404s. It also seems like a good idea to add --proto '=https --tlsv1.2 to force curl to use HTTPS with TLS v1.2 for increased security (these options are used by e.g. the Rust official install instructions so I assume they are widely supported).
So on this particular line the curl invocation could be rewritten as:
I think we should use
-f
to fail clearly on 404s. It also seems like a good idea to add--proto '=https --tlsv1.2
to force curl to use HTTPS with TLS v1.2 for increased security (these options are used by e.g. the Rust official install instructions so I assume they are widely supported).So on this particular line the curl invocation could be rewritten as:
Originally posted by @mx-psi in #2626 (comment)
The text was updated successfully, but these errors were encountered: