mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-27 23:03:37 -05:00
b766dab9fa
By calling SetTLSAddress, the acme package reset the challenge provider to the default one instead of keeping the custom one we specified before with SetChallengeProvider. Yikes. This means that Caddy would try to open a listener on port 443 even though we should have been handling it with our provider, causing the challenge to fail, since usually port 443 is in use. So this change just reorders the calls so that our provider takes precedence. cf. https://github.com/xenolf/lego/pull/292 |
||
---|---|---|
.. | ||
storagetest | ||
certificates.go | ||
certificates_test.go | ||
client.go | ||
client_test.go | ||
config.go | ||
config_test.go | ||
crypto.go | ||
crypto_test.go | ||
filestorage.go | ||
filestorage_test.go | ||
handshake.go | ||
handshake_test.go | ||
httphandler.go | ||
httphandler_test.go | ||
maintain.go | ||
setup.go | ||
setup_test.go | ||
storage.go | ||
tls.go | ||
tls_test.go | ||
user.go | ||
user_test.go |