Skip to content

Make it possible to configure Elliptic Curve cipher suites for TLS connections #748

@jonasbadstuebner

Description

@jonasbadstuebner

Is your feature request related to a problem? Please describe.

We ran into an issue when using perf-test with a RabbitMQ-Cluster that uses ECDSA TLS certificates.
As far as we found out, only RSA is supported by perf-test, not ECDSA, even though the Java lib in use has support for it somehow.

Describe the solution you'd like

Support any of these cipher suites:
https://www.rabbitmq.com/docs/ssl#evaluation-of-a-tls-12-setup-with-restricted-cipher-suites

I didn't look in the code and did not find the default values for the ciphers, maybe they can all be added explicitly or something?

Describe alternatives you've considered

Changing to RSA works.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions