[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion and SSL *-certificates

From: Hannes Erven <h.e_at_gmx.at>
Date: 2007-04-18 21:11:32 CEST

Hi,

Reinhard Brandstädter wrote:

> svn list https://svn-abc.domain.local/trunk
> Error validating server certificate for 'https://svn-abc.domain.local:443':
> - The certificate hostname does not match.
> Certificate information:
> - Hostname: svn-*.domain.local

It looks like if you modified your DNS names. The host name in die
Subversion URL needs to equal the host name stored in the host's
certificate.

In the output above, you're connecting to svn-abc.domain.local but the
certificate identifies the server as svn-*.domain.local.

Can you use the host name that is in the certificate to connect? That
should work, without SSL warnings.

HTH,
        -hannes

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 18 21:11:08 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.