Skip to content

Add the option to define custom cipher suites for backend serverTransport #11915

@AliMickey

Description

@AliMickey

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions