@Magnus: I'm not sure "use the old version" is a real fix... ;) The core problem seems to be subversion linking to libneon-gnutls.so.27 instead of libneon.so.27 - because GnuTLS is more picky/grumpy/broken than libssl, especially with respect to client certificates. This is the outcome I've gathered from the various Ubuntu and Debian bug reports on this topic, as linked from here/#265065.
Workaround I used successfully: cd /usr/lib/ sudo rm libneon-gnutls.so.27 sudo ln -s /usr/lib/libneon.so.27 libneon-gnutls.so.27 -- svn over https with client certificates broken (regression in intrepid) https://bugs.launchpad.net/bugs/294648 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
