Dev:Doc/Building Blender/Linux/Troubleshooting

提供: wiki
< Dev:Doc‎ | Building Blender‎ | Linux
2018年6月29日 (金) 06:15時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Troubleshooting

+ Expand

Subversion

Certificate verification error

If 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)


Here is the work around:

In the [groups] section (before [global]) of your ~/.subversion/servers add the following:

blender = svn.blender.org
[blender]
ssl-trust-default-ca = no