- svn
- ssl
- certificate
tags:
~2012
SVN certificate error note
Just a quick note to self. If you run into a certificate error like this with svn:
svn: OPTIONS of 'https:*server.com/repo': Certificate verification error: signed using insecure algorithm (https:*server.com/repo)
You'll find lots of pointers to --non-interactive and --trust-server-cert which don't work...
To fix the error go to your ~/.subversion/servers and add this at the end:
ssl-trust-default-ca = no
You'll be given an option next time :)