My configuration is as follows:
https://127.0.0.1:7898 {
tls /var/sf/server.crt /var/sf/server.key {
protocols tls1.1 tls1.3
}
handle {
root * /var/sf/dist
file_server
}
}
However, an error occurred during start server and tls1.1 is not supported,the error is as follows:
parsing caddyfile tokens for 'tls': wrong protocol name or protocol not supported: 'tls1.1'
Now I hope my service can support TLS 1.1. How to do it, thanks