connection error with svnsync during SSL communication

4.6k views Asked by At

I am on a Windows Server machine and trying to make a mirror of an SVN repository using svnsync (version 1.8.1 for win32, not installed, just extracted and svnsync called straight from the bin folder). The server requires a client certificate to grant access (https).

The messages I get from svnsync are

  1. E120171: Unable to connect to a repository at URL https://external.svnserver.com/myrepos
  2. E120171: An error occurred during SSL communication.

I can check out the repository via TortoiseSVN, providing my certificate as pfx-file.

I assume I have to provide the certificate for the svnsync command as well. Question is how? Or are there other options to mirror an svn repository?

0

There are 0 answers