It's generally best if you can use http for Review Board, otherwise some additional configuration is needed. In this case, you'll hvae to look up how to store an HTTPS certificate for that server and then put it in your Apache user's .subversion/auth. Off-hand, I don't know how to do this, but there should be docs on it.
Christian -- Christian Hammond - [email protected] Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Fri, Mar 27, 2009 at 10:42 PM, euro <[email protected]> wrote: > > Hi i am very new to review board , but the tool is very good !! after > lot of struggle i manged setting it up in Windows but when i try > viewing a published Review View Diff its giving me the following > error someone please help me i really need this tool up and running > since i feel its gonna reduce lot of our review time > > > HTTPS certificate not accepted. Please ensure that the proper > certificate exists in ~/.subversion/auth for the user that reviewboard > is running as. > > Traceback (most recent call last): > File "c:\python25\lib\site-packages\ReviewBoard-1.0alpha4-py2.5.egg > \reviewboard\diffviewer\views.py", line 145, in view_diff > interdiffset, highlighting, True)[0] > File "c:\python25\lib\site-packages\ReviewBoard-1.0alpha4-py2.5.egg > \reviewboard\diffviewer\diffutils.py", line 619, in get_diff_files > large_data=True) > File "c:\python25\lib\site-packages\Djblets-0.5alpha3-py2.5.egg\djblets > \util\misc.py", line 143, in cache_memoize > data = lookup_callable() > File "c:\python25\lib\site-packages\ReviewBoard-1.0alpha4-py2.5.egg > \reviewboard\diffviewer\diffutils.py", line 618, in <lambda> > enable_syntax_highlighting), > File "c:\python25\lib\site-packages\ReviewBoard-1.0alpha4-py2.5.egg > \reviewboard\diffviewer\diffutils.py", line 341, in get_chunks > old = get_original_file(filediff) > File "c:\python25\lib\site-packages\ReviewBoard-1.0alpha4-py2.5.egg > \reviewboard\diffviewer\diffutils.py", line 248, in get_original_file > large_data=True)[0] > File "c:\python25\lib\site-packages\Djblets-0.5alpha3-py2.5.egg\djblets > \util\misc.py", line 143, in cache_memoize > data = lookup_callable() > File "c:\python25\lib\site-packages\ReviewBoard-1.0alpha4-py2.5.egg > \reviewboard\diffviewer\diffutils.py", line 247, in <lambda> > data = cache_memoize(key, lambda: [fetch_file(file, revision)], > File "c:\python25\lib\site-packages\ReviewBoard-1.0alpha4-py2.5.egg > \reviewboard\diffviewer\diffutils.py", line 227, in fetch_file > data = tool.get_file(file, revision) > File "c:\python25\lib\site-packages\ReviewBoard-1.0alpha4-py2.5.egg > \reviewboard\scmtools\svn.py", line 113, in get_file > 'for the user that reviewboard is running as.' % home) > SCMError: HTTPS certificate not accepted. Please ensure that the > proper certificate exists in ~/.subversion/auth for the user > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en -~----------~----~----~----~------~----~------~--~---
