Is it possible that I have the wrong/old CA cert locally?<br><br><div class="gmail_quote">On Tue, Feb 22, 2011 at 3:11 PM, Kevin P. Fleming <span dir="ltr">&lt;<a href="mailto:kpfleming@digium.com">kpfleming@digium.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On 02/22/2011 01:36 PM, Simon Perreault wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 2011-02-22 13:57, David Ruggles wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Anyway, I&#39;m running into a weird problem, when I try to check out I get<br>
the following error:<br>
#svn co <a href="https://origsvn.digium.com/svn/asterisk" target="_blank">https://origsvn.digium.com/svn/asterisk</a> asterisk-trunk<br>
svn: OPTIONS of &#39;<a href="https://origsvn.digium.com/svn/asterisk" target="_blank">https://origsvn.digium.com/svn/asterisk</a>&#39;: Certificate<br>
verification error: signed using insecure algorithm<br>
(<a href="https://origsvn.digium.com" target="_blank">https://origsvn.digium.com</a>)<br>
</blockquote>
<br>
Kevin Fleming taught me this trick. I did it so many times that I know<br>
it by heart.<br>
<br>
$ echo &#39;%_topdir %(echo $HOME)/rpmbuild&#39;&gt;~/.rpmmacros<br>
$ yumdownloader --source neon<br>
$ rpm -ivh neon-...src.rpm<br>
$ cd ~/rpmbuild/SPECS<br>
$ vi neon.spec<br>
(replace gnutls with openssl)<br>
$ rpmbuild -ba neon.spec<br>
$ sudo rpm -Uvh --force ../RPMS/x86_64/neon-...rpm<br>
<br>
Basically, you rebuild the neon RPM to use openssl instead of gnutls.<br>
</blockquote>
<br></div>
I though we had already created a new cert (and CA cert) for origsvn and put it in place... months ago.<br><font color="#888888">
<br>
-- <br>
Kevin P. Fleming<br>
Digium, Inc. | Director of Software Technologies<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA<br>
skype: kpfleming | jabber: <a href="mailto:kfleming@digium.com" target="_blank">kfleming@digium.com</a><br>
Check us out at <a href="http://www.digium.com" target="_blank">www.digium.com</a> &amp; <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a></font><div><div></div><div class="h5"><br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
</div></div></blockquote></div><br>