You are not logged in.

#1 2009-11-10 23:34:04

Dave Cohen
Member
Registered: 2008-09-27
Posts: 126

negotiation failed: SSL error: parse tlsext

I'm hosting a subversion repository on an Arch box.  Using apache and SSL to access it.

After a recent upgrade to my system, I'm finding that large commits to the repository fail, with a message like:

negotiation failed: SSL error: parse tlsext (https://example.com)

To be clear, I'm able to access the repository when doing say an svn update.  However the large commit I'm trying to make now fails.  Any help fixing this error is appreciated!

Thanks,

-Dave

Offline

#2 2009-11-10 23:42:24

Dave Cohen
Member
Registered: 2008-09-27
Posts: 126

Re: negotiation failed: SSL error: parse tlsext

Based on http://code.google.com/p/support/issues/detail?id=1395, it might be that I have to compile OpenSSH with the 'enable-tlsext' passed to openssh configure script.

In Arch, how would I go about trying that?  Thanks.

Offline

#3 2009-11-11 00:56:06

Dave Cohen
Member
Registered: 2008-09-27
Posts: 126

Re: negotiation failed: SSL error: parse tlsext

I took a stab at rebuilding openssl myself, with enable-tlsext, following the excellent directions on the arch wiki: http://wiki.archlinux.org/index.php/ABS … ild_System

I was able to build, but installing totally screwed my system.  I keep seeing this error:

error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory

I get this error when running pacman, for instance, so I can't use

pacman -U /var/cache/pacman/pkg/openssl...

to revert the state of my system.

So now what can I do???

Offline

#4 2009-11-11 01:49:34

Dave Cohen
Member
Registered: 2008-09-27
Posts: 126

Re: negotiation failed: SSL error: parse tlsext

FYI, I was able to repair my system, by copying .so files from /var/cache/pacman/pkg/openssl... to /usr/lib.  Once pacman would function, I ran pacman -U  to get things back to normal.

Still, I have no idea how to build openssl with --enable-tlsext.  Any ideas?

Offline

Board footer

Powered by FluxBB