Caddy v0.11.5 Release Notes

Release Date: 2019-03-04 // about 5 years ago
  • 0๏ธโƒฃ Caddy 0.11.5 is built with Go 1.12 and brings TLS 1.3 to all worthy TLS connections by default. We've also re-allowed HEAD requests on static files and organized the startup output a little better.

    ๐Ÿšš (If you need to enable TLS 1.0 or 1.1 -- please don't -- you now have to specify TLS 1.0 or TLS 1.1 ciphers, as those ciphers have been removed from the default cipher suite listing.)

    ๐ŸŒฒ Full change log:

    • TLS 1.3
    • Built with Go 1.12
    • More organized output at startup
    • internal: Paths are now hidden from other middlewares
    • staticfiles: Allow HEAD method
    • 0๏ธโƒฃ tls: TLS 1.3 default max version (1.2 still default min)
    • ๐Ÿ‘ tls: Better handling of empty ACME email addresses
    • ๐Ÿšš tls: Removed CBC ciphers from defaults
    • ๐Ÿ›  Other minor improvements and bug fixes