I'm trying to set up Review Board 3.0.15 and keep running into errors when adding one of our self hosted gitlab repositories. On the "Add Repository" form, I put in something along the lines of:
2019-10-30 15:18:28,321 - ERROR - - root - Unknown error linking hosting account ID=None for hosting service='gitlab', username=u'reviewboard_account', LocalSite=None
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/reviewboard/hostingsvcs/forms.py", line 407, in authorize
**kwargs)
File "/usr/lib/python2.7/site-packages/reviewboard/hostingsvcs/gitlab.py", line 338, in authorize
credentials['private_token'].encode('utf-8'),
File "/usr/lib/python2.7/site-packages/reviewboard/hostingsvcs/gitlab.py", line 1272, in _try_api_versions
causes=errors,
GitLabAPIVersionError: Could not determine the GitLab API version for
https://repo_server due to an unexpected error (A verified SSL certificate is required to connect to this repository.). Check to make sure the URL can be resolved from this server and that any SSL certificates are valid and trusted.
So we use an internal self signed cert for our gitlab server and I guess reviewboard 3.0.15 doesn't like that. We currently have a reviewboard 2.5.1.1 server that is able to connect to gitlab fine. Seeing it is a large upgrade, I thought it was somewhat releated to this issue:
https://reviews.reviewboard.org/r/9766/ Am I missing some config on the server? Is there a way we can ignore our cert and connect anyway?