Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS 1.3 does not support all TLS options #1139

Open
lukebakken opened this issue Feb 1, 2021 · 2 comments
Open

TLS 1.3 does not support all TLS options #1139

lukebakken opened this issue Feb 1, 2021 · 2 comments

Comments

@lukebakken
Copy link
Contributor

The following options will cause RabbitMQ to crash upon startup if TLS 1.3 is the only enabled version:

ssl_options.client_renegotiation
ssl_options.secure_renegotiate

Reported in this rabbitmq-users discussion:

https://groups.google.com/g/rabbitmq-users/c/ZLdFmiqETZc/m/ED85hR7eAgAJ

I'm not quite sure if this is just a documentation issue or if schema validation should take this into account as well.

@michaelklishin
Copy link
Member

We can try special casing in configuration validation.

@lukebakken
Copy link
Contributor Author

@michaelklishin this commit added ssl:handle_options which could be used to validate options earlier - erlang/otp@6a6410b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants