ikatson / docker-reviewboard

Dockerized reviewboard
MIT License
112 stars 84 forks source link

SSL certificate of repo server changed #18

Open fleimgruber opened 7 years ago

fleimgruber commented 7 years ago

Added an SVN repo with SSL certificate. After a repo server outage, Reviewboard complains with

Unable to connect to a repository at URL 'https://repo_server/repo'
OPTIONS of 'https://repo_server/repo': Server certificate verification failed: certificate has expired, certificate issued for a different hostname, issuer is not trusted (https://repo_server)

Any hints on how to trust the new server certificate? IIUC, I would need to mount the data-only container and work on the checkouts directly. Is there another way?