Per backend cipher suites

Hi, I think the answer to this is no, but don’t understand why this feature is not available, I’d like to configure a list of ciphers on a per backend basis i.e to be able to use ssl-default-server-ciphers in each backend section rather than having to use ciphers on each server line. I don’t want to use ssl-default-server-ciphers in the global section as each backend can have a different set of ciphers.

That’s what default-server does.

That’s great thanks, and that works for most things when using the data plane API but “ciphers” seems to be ignored. Works when hand editing the config file, just the data plane API seems to ignore:
“default_server”: {“ciphers”: “ECDHE-RSA-AES128-GCM-SHA256”}

I suggest you report this to the data plane project:

done that