mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 18:18:30 +00:00
If an http client Do method fails, it always returns an *url.URL error, this change generalizes all those errors in one common method instead of returning an fake HTTP error. Fixes smallstep/cli#738