Updating OpenSSL breaks Nextcloud server 23/24/25 side encryption due to RC4 deprecation #197726
Labels
0.kind: bug
Something is broken
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Describe the bug
Updating openssl breaks Nextcloud server 24/25's (RC4 is deprecated and removed but used in Nextcloud) server side encryption,
PR being developed for a fix upstream : nextcloud/server#25551
Issue mentioning a workaround : nextcloud/server#32003
Workaround mentioned upstream :
I couldn't make this workaround work on NixOS, just yet, I've attempted:
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Server side encryption should just work.
Screenshots
Errors on the web interface or in the logs contains one or multiples of the following:
Additional context
Bug due to deprecation of RC4 in OpenSSL by default, not due to Nix/NixOS.
Notify maintainers
@schneefux @bachp @globin @fpletz
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: