Hi Markus, The SSL certificate shouldn't be a factor. The error you're hitting is due to SVN-side access controls. You'll need to find out from the SVN administrator what kind of access that user has. It's possible that your user account being used for Review Board has some restrictions preventing it from making the calls needed on the repository.
To be clear, this isn't a login issue or a SSL certificate issue, but something that needs to be set correctly on the SVN side. See http://svnbook.red-bean.com/en/1.7/svn.serverconfig.pathbasedauthz.html for one method that's used for limiting access to paths. The "Show this repository" option has no bearing on this. It's simply used to control whether the repository will be shown in the New Review Request page or in the API. Christian On Tue, Jun 27, 2017 at 12:35 AM, Markus <[email protected]> wrote: > Hi Chris, > > thank you for your answer. > > I´m not the admin for our svn but I installed and configured reviewboard > with the svn admin. > > We use an wildcard SSL certificate. Our svn server is at > https://svn.companyname/repo an the certificate is valid for https:// > *.companyname/ > Can this lead to problems? > > On first time when I try to create the repository I must accept the > certificate manually (fingerprint) . > But I get the Error message from my 1th post. > > When i unceck the option "Show this repository" i can create the > repository. > In a older post I´ve read that I can set this option directly in the sql > database. > I tried that, but I get the same error message when creating a review > request. > > Thanks in advance, Markus > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
