How do I use a custom Certificate Authority in SharpSvn without installing the certificate
问题 I am trying to access a subversion repository using SharpSvn. The repository is only available via https and the machine uses its own private certificate authority (don't worry about the security here, I trust the authority). I have the Certificate Authority's public root certificate, however due to user access rights I cannot install the certificate into the certificate store. If I use subversion directly, I can add: servers:global:ssl-authority-files=/path/to/cacert.crt servers:groups