Re: HTTPS certificate not accepted.

2009-09-17 Thread Varun Soundararajan
So, I got reviewboard working ! Yay! (but still accessing the wrong cert location). I figured out that I had accidentally goofed up the permissions, which led to /home/varun/.subversion/auth directory being inaccessible by the review board user www-data. Once I got that fixed, my installation star

Re: HTTPS certificate not accepted.

2009-09-16 Thread Varun Soundararajan
Hi Chris, On Wed, Sep 16, 2009 at 9:08 PM, Christian Hammond wrote: > Hi Varun, > > Huh, it's odd that it's trying to use your home directory. To generate that > string, Review Board figures out what "~" points to, and in your case, it's > your own home directory. You said this was Apache before?

Re: HTTPS certificate not accepted.

2009-09-16 Thread Christian Hammond
Hi Varun, Huh, it's odd that it's trying to use your home directory. To generate that string, Review Board figures out what "~" points to, and in your case, it's your own home directory. You said this was Apache before? Is it an out-of-the-box install? Which distro? Mod_Python or FastCGI? We're l

Re: HTTPS certificate not accepted.

2009-09-16 Thread Varun Soundararajan
Hi Christian, So as you have explained here, I did sudo -u www-data it led me to /var/www when i typed cd now I did svn co it asked me to accept cert permantnety to which i typed p before that I created .subversion directory in /var/www and chowned to www-data I also created the directory f

Re: HTTPS certificate not accepted.

2009-08-25 Thread Pubudu Rathnayake
Hello Christian, Thanks for your quick reply. Actually i setup reviewboard on windows 2003 and I have full access to the SVN repository.Is the work around ( tricky one ) valid for windows as well? regards, pubudu On Tue, Aug 25, 2009 at 4:00 PM, Christian Hammond wrote: > Hi, > > The e

Re: HTTPS certificate not accepted.

2009-08-25 Thread Christian Hammond
Hi, The easiest way to work around this is if you have read-only access to the repository over http. If you do, then set that read-only HTTP URL as your Path in the repository configuration, and set your HTTPS URL as the Mirror Path. If not, then it gets a little more tricky. Essentially (and thi

Re: HTTPS certificate not accepted

2009-07-13 Thread Jeff Andros
In linux, under apache, "ps -A|grep apache" should give you that info... It'll ba your apache user. --Jeff --Jeff -Original Message- From: Daniel Date: Mon, 13 Jul 2009 06:11:31 To: reviewboard Subject: Re: HTTPS certificate not accepted Tim or Christian, Do you k

Re: HTTPS certificate not accepted

2009-07-13 Thread Daniel
Tim or Christian, Do you know how where I can find the user name with which RB is running as? What config file? I assume this is different than the user name that is used to log into RB. Currently, I have a different error: HTTPS certificate not accepted. Please ensure that the proper certif

Re: HTTPS certificate not accepted

2009-07-12 Thread Tim Potter
2009/7/10 Daniel > > Christian, > > Thank you for your reply. > > The 1st option is not possible for us, since the SVN repository is > controlled by Collabnet. Not sure what you exact collabnet setup is, but if you can create a new certificate that collabnet can access and grant it the Observer

Re: HTTPS certificate not accepted

2009-07-10 Thread Daniel
Christian, Thank you for your reply. The 1st option is not possible for us, since the SVN repository is controlled by Collabnet. For the 2nd option, can you please tell me how to use my user name to access the SVN server (thru https)? Thanks Daniel On Jun 29, 5:21 pm, Christian Hammond wrote

Re: HTTPS certificate not accepted

2009-06-29 Thread Christian Hammond
Hi Daniel, >From what I've seen, it seems tricky to get this to work right through Apache. What I'd strongly recommend, if possible, is to set a plain http repository for the path and use the https repository for the mirror path. The idea being that Review Board would just simply fetch the files f