0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-03-18 02:22:59 -05:00
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
standardstek
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
certselection.go
connpolicy.go caddyhttp: Enable HTTP/3 by default () 2022-08-15 12:01:58 -06:00
fileloader.go
folderloader.go
internalissuer.go
matchers.go core: Change net.IP to netip.Addr; use netip.Prefix () 2022-08-17 16:10:57 -06:00
matchers_test.go
pemloader.go
sessiontickets.go
storageloader.go
tls.go chore: Bump up to Go 1.19, minimum 1.18 () 2022-08-02 16:39:09 -04:00
values.go
zerosslissuer.go Improve docs for ZeroSSL issuer 2022-08-08 12:50:06 -06:00