registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #31470
[Bug 294648] Re: svn over https with client certificates broken (regression in intrepid)
Here's what I see with the setup from #44:
$ svn co https://lavalit.com/svn/openbor/trunk
svn: OPTIONS of 'https://lavalit.com/svn/openbor/trunk': SSL handshake failed: SSL error: A TLS warning alert has been received. (https://lavalit.com)
$ LD_PRELOAD=/usr/lib/libneon.so.27 svn co https://lavalit.com/svn/openbor/trunk
svn: OPTIONS of 'https://lavalit.com/svn/openbor/trunk': SSL handshake failed: SSL error code -1/1/336032856 (https://lavalit.com)
$ svn co https://www.opensc-project.org/svn/test/
svn: OPTIONS of 'https://www.opensc-project.org/svn/test': Could not read status line: SSL alert received: Handshake failed (https://www.opensc-project.org)
$ LD_PRELOAD=/usr/lib/libneon.so.27 svn co https://www.opensc-project.org/svn/test/
Authentication realm: https://www.opensc-project.org:443
Client certificate filename:
--
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for neon.
https://bugs.launchpad.net/bugs/294648
Title:
svn over https with client certificates broken (regression in intrepid)