preferServerCipherSuites forced with minVersion

The documentation for preferServerCipherSuites states

Please note that this is enabled automatically when minVersion or maxVersion are set.

Does this mean, however, that preferServerCipherSuites cannot be disabled when minVersion is set? I would like to set the minimum TLS version to 1.2 with a custom list of ciphers, but let the client choose which one it will use. Cheap smartphones don't always have hardware acceleration for AES built-in, so it would be nice if they could choose to use TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305

I did not interpret it that way myself, but it is the case.

1 Like

Thanks for pointing it out!