Hello,

On Thu, Aug 1, 2013 at 7:29 PM, JRD <jdegen...@microind.com> wrote:
> After upgrading to VisualSVN Server 2.6.2 I can no longer sync repositories.
>
> Upon executing this:
>
> svnsync sync https://my.server.com/svn/repo.mirror  --trust-server-cert
> --non-interactive  --source-username myusername --source-password mypassword
> --sync-username ausername --sync-password apassword
>
> The result is this:
>
> svnsync: E230001: Server SSL certificate untrusted
>
> Yet the command below works fine (note the certificate is not from a trusted
> authority, but it has been stored permanently):
>
> svn ls https://my.server.com/svn/repo.mirror
>
> Any thoughts?  It always worked fine prior to the upgrade.

Does the hostname of the VisualSVN Server instance match the hostname
in the certificate? Check the SVNBook at
http://www.visualsvn.com/support/svnbook/ref/svn/

[[
--trust-server-cert
When used with --non-interactive, instructs Subversion to accept SSL
server certificates issued by unknown certificate authorities without
first prompting the user. For security's sake, you should use this
option only when the integrity of the remote server and the network
path between it and your client is known to be trustworthy.
]]

In other words, "--trust-server-cert" won't automatically accept
certificate with non-matching hostname. This issue can occur if you
specify "localhost" instead of the actual hostname in the URL.

-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"VisualSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to visualsvn+unsubscr...@googlegroups.com.
To post to this group, send email to visualsvn@googlegroups.com.
Visit this group at http://groups.google.com/group/visualsvn.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to