You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Platz, Steve" <St...@LORD.COM> on 2011/05/02 13:24:29 UTC

RE: Windows SSL Error

That was one of my first thoughts as well. I checked my root certificate store and the Entrust certificate that seems to be having problems is in there. 

Steve

-----Original Message-----
From: Konstantin Kolinko [mailto:knst.kolinko@gmail.com] 
Sent: Friday, April 29, 2011 5:25 PM
To: Platz, Steve
Cc: users@subversion.apache.org
Subject: Re: Windows SSL Error

2011/4/26 Platz, Steve <St...@lord.com>:
> Our Entrust SSL certificate recently expired and was replaced with a 
> new one utilizing a certificate chain.  Since installing the new 
> certificate, access to a front-end website using this same certificate has been unaffected.
> However, we're now seeing issues when we attempt to check 
> out/update/browse/etc the repository using Windows (XP/7). In Windows, 
> using version 1.6.16, I'm getting the following error:
>
>
>
>                 C:\Users\steve_platz>svn info 
> https://path/to/repository
>
> Error validating server certificate for 'https://path/to/repository:443':
>
> - The certificate is not issued by a trusted authority. Use the 
> fingerprint to validate the certificate manually!
>

I think that it uses OS libraries to check the certificates. When you go to the Microsoft's Windows update site, among the "not important"
updates there exists the "update root certificates" update. Maybe it will help you.

Quick googling leads to this page:
http://support.microsoft.com/kb/931125/en-us

Best regards,
Konstantin Kolinko