HTTP Error: basic auth failed when I try to post to a reviewboard installation installed over SSL

2011-05-06 Thread Ashith
My reviewboard server path is https://servername I tried using hg postreview or the TortoiseHg reviewboard extension to publish a review request to my reviewboard server. I get an HTTP Error: basic auth failed error whenever I try to post a review request to this SSL server. If I try to post a

Re: HTTP Error: basic auth failed when I try to post to a reviewboard installation installed over SSL

2011-05-06 Thread Christian Hammond
Review Board is known to work with basic http auth. We don't support hg postreview, but if you could try running with debugging (post-review, at least, has a --debug flag), it may tell us more. What version of Review Board are you running, and what server/Python backend (mod_python, wsgi, etc.)

Re: HTTP Error: basic auth failed when I try to post to a reviewboard installation installed over SSL

2011-05-06 Thread Ashith
I am running reviewboard 1.6 Beta 1. I am using apache server with wsgi as the Python backend. I had the same issue trying to post reviews using reviewboard 1.5.1 installed with the same config. On May 6, 1:10 pm, Christian Hammond chip...@chipx86.com wrote: Review Board is known to work with

Re: HTTP Error: basic auth failed when I try to post to a reviewboard installation installed over SSL

2011-05-06 Thread Christian Hammond
If you generated a wsgi install using 1.5.1, you'll hit this problem. Please see this for instructions on fixing it: http://www.reviewboard.org/docs/manual/dev/faq/#i-m-using-post-review-or-a-third-party-program-with-review-board-on-wsgi-and-can-t-log-in Christian -- Christian Hammond -

Re: HTTP Error: basic auth failed when I try to post to a reviewboard installation installed over SSL

2011-05-06 Thread Ashith
That worked! Thank you so much for the help. I had planned to shift to basic http if I could not get any solution. You saved the day :) Thanks once again! On May 6, 2:21 pm, Christian Hammond chip...@chipx86.com wrote: If you generated a wsgi install using 1.5.1, you'll hit this problem.

Re: HTTP Error: basic auth failed when I try to post to a reviewboard installation installed over SSL

2011-05-06 Thread Ashith
It worked! Thanks so much for the timely response and the solution. It saved me a lot of trouble of going back to basic http and then finding out that it would not work either. Thanks once again! On May 6, 2:21 pm, Christian Hammond chip...@chipx86.com wrote: If you generated a wsgi install