Hi Valentin,

Self-signed certificates are going to pose problems at a couple layers.
Setting `git http.sslVerify = false` in Gitblit or for some user isn't
going to help, because it's the Review Board git interaction that's posing
the issue, and it creates an internal environment with which to execute
commands like git. You can try setting the appropriate flags in
$rbsitedir/data/.gitconfig, which might work, but then you're going to run
into Python's own problems with self-signed certificates.

What you may want to investigate is setting up an internal cert authority,
creating the certificate through that, and adding your authority as part of
the cert chain on the server. You'll need to read instructions on how to
set this for your OS and for Python on your OS, but it would allow git and
Python to validate the cert. That's a bit beyond the scope of what I can
help with on the community support forum, though.

Alternatively, if your infrastructure is compatible with it, you may be
able to get a LetsEncrypt-based SSL certificate, which is free and can be
validated. See https://letsencrypt.org/

Christian

On Tue, Nov 26, 2019 at 1:28 AM Valentin Kragelj <[email protected]> wrote:

> I'm still struggling to make it work. See attached picture for my settings
> and error from file reviewboard.log. In ~gitconfig i have "[http] sslVerify
> = false".
>
> --
> 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
> "Review Board Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/reviewboard/af6dd7a7-6a72-4f48-8aa3-46fbc0458eae%40googlegroups.com
> <https://groups.google.com/d/msgid/reviewboard/af6dd7a7-6a72-4f48-8aa3-46fbc0458eae%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
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 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/CAE7Vndm%2BsO%3DTOHBBP99mGiXZvKwAA_pvnZrzCHzdP1L0yqEz7A%40mail.gmail.com.

Reply via email to