3888: Can't add SVN repositories with untrusted certificate

chetan******@gmai***** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
June 26, 2015
What version are you running?
Review Board 2.0.15

What's the URL of the page containing the problem?
Run locally. http://gltreviewboard.com/admin/db/scmtools/repository/add/

What steps will reproduce the problem?
1. Fresh checkout from github
2. Run locally
3. Add an SVN repository whose certificate needs to be accepted

What is the expected output? What do you see instead?
I expected to see a prompt where I can accept the certificate. Instead, I get the "Unable to connect to a repository at URL ...' Server SSL certificate verification failed: certificate issued for a different hostname, issuer is not trusted" error.

I tried accepting the certificate permanently via terminal:
svn list <url>

I would then get "Authentication error"

What operating system are you using? What browser?
Ubuntu; Chrome

Recreating the issue for version 2.0.15, as there was no way to reopen the issue #3317, whose status is fixed. I'm using PySVN.

There are already comments regarding this issue at https://code.google.com/p/reviewboard/issues/detail?id=3317
chipx86
#1 chipx86
  • +PendingReview
  • +Milestone-Release2.0.x
    +Project-ReviewBoard
    +SCM-Subversion
  • +chipx86
chipx86
#2 chipx86
Fixed on release-2.0.x. (1f379ac). This will be in 2.0.18.
  • -PendingReview
    +Fixed