Since v2.8.2 and above, I've been getting the above error.
Entrypoint is set to: - --entrypoints.https.http.tls.options=tls-opts@file
File (/rules/tls-opts.yml
) content is:
tls:
options:
tls-opts:
minVersion: VersionTLS12
cipherSuites:
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
- TLS_AES_256_GCM_SHA384
- TLS_CHACHA20_POLY1305_SHA256
curvePreferences:
- CurveP521
- CurveP384
sniStrict: true
Not quite sure what's happened, some form of regression or feature removed?
Not quite sure how best to troubleshoot.
This works in v2.8.1.