I'm trying to set up a copy of the CodeCollaborator trail software for performing code reviews but when I try and point it to our SVN repository I get the error
Error: Invalid input: Version control server configuration error: Could not create valid Subversion configuration based on configured repository url: svn: OPTIONS of 'https://svnserver:8443/svn/Repository': Server certificate verification failed: issuer is not trusted (https://svnserver:8443)
However, I've no idea which certificate to grab or where to install it. I've tried running a simple svn list https://svnserver:8443/svn/Repository/
which gives me the error
Error validating server certificate for 'https://svnserver:8443/svn/Repository/:
- The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually!
Certificate information:
- Hostname: svnserver.domain.local
- Valid: from Tue, 12 Aug 2008 10:27:29 GMT until Fri, 10 Aug 2018 10:27:29 GMT
- Issuer: svnserver.marvel.local
- Fingerprint: (set of hex values) (R)eject, accept (t)emporarily or accept (p)ermanently?
Thereafter I can run svn commands at the commandline without a problem, but still get the error setting up CodeCollaborator.
What certificates do I need to install, and where, to get this up and running?