[Bug 294648] Re: svn over https with client certificates broken (regression in intrepid)
grubert
grubert at users.sourceforge.net
Sun May 27 14:26:46 UTC 2012
on 12.04 symlinking libneon ::
cd /usr/lib
sudo mv libneon-gnutls.so.27 libneon-gnutls.so.27.old
sudo ln -s libneon.so.27 libneon-gnutls.so.27
no longer works
so i took libneon from oneiric,from here
https://launchpad.net/ubuntu/oneiric/i386/libneon27/0.29.5-3
installed it ::
dpkg -i libneon27_0.29.5-3_i386.deb
and set to hold to prevent it getting updated ::
echo libneon27 hold | dpkg --set-selections
the symlink might still ned resetting from time to time
maybe setting LD_PRELOAD ::
alias svn='LD_PRELOAD=/usr/lib/libneon.so.27 svn'
in .bashrc might be better than
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subversion in Ubuntu.
https://bugs.launchpad.net/bugs/294648
Title:
svn over https with client certificates broken (regression in
intrepid)
Status in an HTTP and WebDAV client library:
Fix Released
Status in Subversion:
Fix Released
Status in “neon27” package in Ubuntu:
Fix Released
Status in “subversion” package in Ubuntu:
Invalid
Bug description:
Binary package hint: subversion
After upgrading from hardy to intrepid, svn with https client
certificates authentication stopped working, giving the following
error:
user at testhost:~$ svn info https://svn.example.org/svn/main/
svn: OPTIONS of 'https://svn.example.org/svn/main': Could not read status line: SSL error: Rehandshake was requested by the peer. (https://svn.example.org)
This is against an apache2 server with
<Location /svn>
SSLVerifyClient require
...
If I set "SSLVerifyClient none" everything just works, hence the
conclusion that this is related to client certificate verification. I
have configured my svn client to use a pkcs#12 file.
This may be related to http://bugs.debian.org/480041
Version info:
subversion 1.5.1dfsg1-1ubuntu2
libneon27-gnutls 0.28.2-2build1
To manage notifications about this bug go to:
https://bugs.launchpad.net/neon/+bug/294648/+subscriptions
More information about the foundations-bugs
mailing list