-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Open
Labels
area/servicearea/tlscontributor/good-first-issuecontributor/wantedParticipation from an external contributor is highly requestedParticipation from an external contributor is highly requestedkind/enhancementa new or improved feature.a new or improved feature.priority/P2need to be fixed in the futureneed to be fixed in the future
Description
Welcome!
- Yes, I've searched similar issues on GitHub and didn't find any.
- Yes, I've searched similar issues on the Traefik community forum and didn't find any.
What did you expect to see?
Add the option to define custom cipher suites for backend serverTransport.
Similar to:
tls:
options:
default:
cipherSuites:
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
Allow configuring custom cipher suites onto the backend serverTransport configuration. Example:
http:
serversTransports:
mytransport:
cipherSuites:
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
This allows for greater compatibility with legacy systems that do not support the default ciphers that Traefik enables.
Metadata
Metadata
Assignees
Labels
area/servicearea/tlscontributor/good-first-issuecontributor/wantedParticipation from an external contributor is highly requestedParticipation from an external contributor is highly requestedkind/enhancementa new or improved feature.a new or improved feature.priority/P2need to be fixed in the futureneed to be fixed in the future