[asterisk-dev] Subversion doesn't like origsvn

Simon Perreault simon.perreault at viagenie.ca
Tue Feb 22 13:36:04 CST 2011


On 2011-02-22 13:57, David Ruggles wrote:
> Anyway, I'm running into a weird problem, when I try to check out I get
> the following error:
> #svn co https://origsvn.digium.com/svn/asterisk asterisk-trunk
> svn: OPTIONS of 'https://origsvn.digium.com/svn/asterisk': Certificate
> verification error: signed using insecure algorithm
> (https://origsvn.digium.com)

Kevin Fleming taught me this trick. I did it so many times that I know
it by heart.

$ echo '%_topdir %(echo $HOME)/rpmbuild' >~/.rpmmacros
$ yumdownloader --source neon
$ rpm -ivh neon-...src.rpm
$ cd ~/rpmbuild/SPECS
$ vi neon.spec
(replace gnutls with openssl)
$ rpmbuild -ba neon.spec
$ sudo rpm -Uvh --force ../RPMS/x86_64/neon-...rpm

Basically, you rebuild the neon RPM to use openssl instead of gnutls.

Simon
-- 
DTN made easy, lean, and smart --> http://postellation.viagenie.ca
NAT64/DNS64 open-source        --> http://ecdysis.viagenie.ca
STUN/TURN server               --> http://numb.viagenie.ca



More information about the asterisk-dev mailing list