caddy/modules/caddytls
Matthew Holt 3aabbc49a2 caddytls: Log error if ask request fails
Errors returned from the DecisionFunc (whether to get a cert on-demand)
are used as a signal whether to allow a cert or not; *any* error
will forbid cert issuance.

We bubble up the error all the way to the caller, but that caller is the
Go standard library which might gobble it up.
Now we explicitly log connection errors so sysadmins can
ensure their ask endpoints are working.

Thanks to our sponsor AppCove for reporting this!
2022-08-23 22:28:15 -06:00
..
distributedstek go.mod: Upgrade CertMagic to v0.16.0 2022-03-25 11:28:54 -06:00
standardstek all: Recover from panics in goroutines 2020-05-12 11:36:20 -06:00
acmeissuer.go caddytls: Log error if ask request fails 2022-08-23 22:28:15 -06:00
automation.go caddytls: Log error if ask request fails 2022-08-23 22:28:15 -06:00
certmanagers.go go.mod: Upgrade CertMagic to v0.16.0 2022-03-25 11:28:54 -06:00
certselection.go caddytls: Encode big.Int as string with JSON 2020-04-02 09:43:33 -06:00
connpolicy.go caddyhttp: Enable HTTP/3 by default (#4707) 2022-08-15 12:01:58 -06:00
fileloader.go Move from deprecated ioutil to os and io packages (#4364) 2021-09-29 11:17:48 -06:00
folderloader.go caddytls: Support external certificate Managers (like Tailscale) (#4541) 2022-02-17 15:40:34 -07:00
internalissuer.go caddytls: Add internal Caddyfile lifetime, sign_with_root opts (#4513) 2022-01-18 12:19:50 -07:00
matchers.go core: Change net.IP to netip.Addr; use netip.Prefix (#4966) 2022-08-17 16:10:57 -06:00
matchers_test.go caddytls: Implement remote IP connection matcher (#4123) 2021-04-30 10:14:52 -06:00
pemloader.go Minor tweaks 2021-04-01 12:49:51 -06:00
sessiontickets.go all: Recover from panics in goroutines 2020-05-12 11:36:20 -06:00
storageloader.go go.mod: Upgrade CertMagic to v0.16.0 2022-03-25 11:28:54 -06:00
tls.go chore: Bump up to Go 1.19, minimum 1.18 (#4925) 2022-08-02 16:39:09 -04:00
values.go go.mod: Upgrade some dependencies 2020-12-08 14:06:52 -07:00
zerosslissuer.go Improve docs for ZeroSSL issuer 2022-08-08 12:50:06 -06:00