Changing the url from https to http allow me to create the repository.
But then when I try to create a "Review request" I receive this error :
Exception thrown for user admin at http://reviewboard.dev.credoc.be/api/repositories/1/branches/?api_format=json
("OPTIONS of 'http://subversion:123/path/': Could not read status line: connection was closed by server (http://subversion:123)", 175002)
Traceback (most recent call last):
File "/usr/local/lib64/python2.6/site-packages/Django-1.6.6-py2.6.egg/django/core/handlers/base.py", line 112, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/usr/local/lib64/python2.6/site-packages/Django-1.6.6-py2.6.egg/django/views/decorators/cache.py", line 52, in _wrapped_view_func
response = view_func(request, *args, **kwargs)
File "/usr/local/lib64/python2.6/site-packages/Django-1.6.6-py2.6.egg/django/views/decorators/vary.py", line 19, in inner_func
response = func(*args, **kwargs)
File "/usr/local/lib64/python2.6/site-packages/Djblets-0.8.9-py2.6.egg/djblets/webapi/resources.py", line 494, in __call__
request, method, view, api_format=api_format, *args, **kwargs)
File "/usr/local/lib64/python2.6/site-packages/Djblets-0.8.9-py2.6.egg/djblets/webapi/resources.py", line 565, in call_method_view
return view(request, *args, **kwargs)
File "/usr/local/lib64/python2.6/site-packages/Djblets-0.8.9-py2.6.egg/djblets/webapi/decorators.py", line 117, in _call
return view_func(*args, **kwargs)
File "/usr/local/lib64/python2.6/site-packages/ReviewBoard-2.0.6-py2.6.egg/reviewboard/webapi/decorators.py", line 110, in _check
return view_func(*args, **kwargs)
File "/usr/local/lib64/python2.6/site-packages/Djblets-0.8.9-py2.6.egg/djblets/webapi/decorators.py", line 117, in _call
return view_func(*args, **kwargs)
File "/usr/local/lib64/python2.6/site-packages/ReviewBoard-2.0.6-py2.6.egg/reviewboard/webapi/decorators.py", line 33, in _check
return view_func(*args, **kwargs)
File "/usr/local/lib64/python2.6/site-packages/Djblets-0.8.9-py2.6.egg/djblets/webapi/decorators.py", line 117, in _call
return view_func(*args, **kwargs)
File "/usr/local/lib64/python2.6/site-packages/ReviewBoard-2.0.6-py2.6.egg/reviewboard/webapi/resources/repository_branches.py", line 53, in get
for branch in repository.get_branches():
File "/usr/local/lib64/python2.6/site-packages/ReviewBoard-2.0.6-py2.6.egg/reviewboard/scmtools/models.py", line 290, in get_branches
self.BRANCHES_CACHE_PERIOD)
File "/usr/local/lib64/python2.6/site-packages/Djblets-0.8.9-py2.6.egg/djblets/cache/backend.py", line 118, in cache_memoize
data = lookup_callable()
File "/usr/local/lib64/python2.6/site-packages/ReviewBoard-2.0.6-py2.6.egg/reviewboard/scmtools/svn/__init__.py", line 132, in get_branches
raise SCMError(e)
SCMError: ("OPTIONS of 'http://subversion:123/path': Could not read status line: connection was closed by server (http://subversion:123)", 175002)