im trying to update an old project via SVN and get this:
SASL authentication error: SASL(-1): generic failure: internal error: failed to init cipher 'rc4'
openssl tells me RC4 is disabled by default and google says it would be a bad idea to enabled it.
on both (client and server) i get same ciphers for ssl (should be default):
> openssl ciphers -s
TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:DHE-RSA-AES128-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA
it looks like a config issue to me but openssl.cnf, subversion/config and .subversion/config (on client) is default, i didnt touched it.
so i guess it could be something with SASL but i cant find it out. maybe i messed up configs while trying to set up mail with exim4 and dovecot instead of postfix (but thats a different story). anyway i sure svn worked after this.
pls help me.
Client versions:
6.6.65-1-MANJARO
svn, Version 1.14.4 (r1920901)
OpenSSL 3.4.0 22 Oct 2024 (Library: OpenSSL 3.4.0 22 Oct 2024)
Server:
Debian GNU/Linux 12
svn, Version 1.14.2 (r1899510)
libsasl2-2 (2.1.28+dfsg-10)
OpenSSL 3.0.15 3 Sep 2024 (Library: OpenSSL 3.0.15 3 Sep 2024)