0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-03-25 02:33:02 -05:00
caddy/caddy/letsencrypt
Matthew Holt 5e1573dd84 Better error handling at startup and fixed some bugs
Fixed bug where manually specifying port 443 disabled TLS (whoops); otherHostHasScheme was the culprit, since it would return true even if it was the same config that had that scheme.

Also, an error at startup (if not a restart) is now fatal, rather than keeping a half-alive zombie server.
2015-11-03 12:01:54 -07:00
..
crypto.go core: Major refactor for graceful restarts; numerous fixes 2015-10-26 13:34:31 -06:00
crypto_test.go Minor test improvements 2015-10-27 12:53:31 -06:00
handler.go letsencrypt: Fixed renewals 2015-11-02 19:27:23 -07:00
letsencrypt.go Better error handling at startup and fixed some bugs 2015-11-03 12:01:54 -07:00
letsencrypt_test.go core: Major refactor for graceful restarts; numerous fixes 2015-10-26 13:34:31 -06:00
maintain.go letsencrypt: Fixed renewals 2015-11-02 19:27:23 -07:00
storage.go letsencrypt: Allow (but warn about) empty emails 2015-10-30 23:44:00 -06:00
storage_test.go letsencrypt: Allow (but warn about) empty emails 2015-10-30 23:44:00 -06:00
user.go letsencrypt: Re-prompt user if obtaining certs fails due to updated SA 2015-11-02 11:06:42 -07:00
user_test.go core: Major refactor for graceful restarts; numerous fixes 2015-10-26 13:34:31 -06:00