-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Fix rabbitmq config decryption #192620
Fix rabbitmq config decryption #192620
Conversation
Does RabbitMQ not (yet) support OpenSSL 3.0? Would be nice if we can switch there eventually. |
The RabbitMQ docs aren't explicit about the openssl dependency, but their Docker stuff is, and it's all OpenSSL 1.1. I agree. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor doc nitpick, but I think this is great!
Fixes NixOS#192499, nixosTests.rabbitmq Reverts the openssl upgrade introduced in 0565276
b79cd65
to
0c797e0
Compare
Thank you for the review @turion |
Description of changes
rabbitmq-server: Use openssl_1_1 to fix config decryption
Fixes #192499, nixosTests.rabbitmq
Reverts the effect of the openssl upgrade introduced in 0565276 #150093
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes