Dev:Doc/Building Blender/Linux/Troubleshooting
Troubleshooting
+ Expand
SubversionCertificate verification errorIf you try to check out your code from a hosted subversion repository, under Ubuntu 10.04 or newer, you may be disappointed to have it fail with the error: svn: OPTIONS of 'https://server.com/repo': Certificate verification error: signed using insecure algorithm (https://server.com/repo)
In the [groups] section (before [global]) of your ~/.subversion/servers add the following: blender = svn.blender.org [blender] ssl-trust-default-ca = no |