certificates/ca
Mariano Cano fcfd2b9bdc
Return an appropriate error when requests fail
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
2022-11-10 14:49:16 -08:00
..
identity Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
testdata Disable http loggers in test. 2022-03-15 12:26:00 -07:00
acmeClient.go more linting fixes 2022-09-20 19:05:12 -07:00
acmeClient_test.go Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
adminClient.go Return an appropriate error when requests fail 2022-11-10 14:49:16 -08:00
bootstrap.go all: reformat all go files with the next gofmt (Go 1.19) 2022-06-16 01:28:59 +07:00
bootstrap_test.go Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
ca.go Improve configuration file initialization log output 2022-10-24 15:22:37 +02:00
ca_test.go Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
client.go Return an appropriate error when requests fail 2022-11-10 14:49:16 -08:00
client_test.go Fix err assert linter warnings - upgrade outdated package 2022-10-12 16:32:26 -07:00
mutable_tls_config.go Fix a couple of race conditions in the renewal of certificates. 2020-01-28 13:29:40 -08:00
provisioner.go Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
provisioner_test.go Normalize IPv6 hostname addresses 2022-01-19 17:14:45 +01:00
renew.go Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
signal.go Add x5c provisioner capabilities 2019-10-14 14:51:37 -07:00
tls.go Set dialer local address with STEP_CLIENT_ADDR 2022-11-09 15:49:19 -08:00
tls_options.go Avoid doing unauthenticated requests on the SDK 2021-12-14 14:42:38 -08:00
tls_options_test.go Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
tls_test.go Apply base context to test of the ca package 2022-05-02 19:39:50 -07:00