Search

Error validating server certificate for ..

Subscribe to Error validating server certificate for .. 4 post(s)

 
Roel De Meester

Each time when i do a svn checkout https://company.unfuddle.com/svn/company_project/ company_project
I get the following message
Error validating server certificate for ‘https://company.unfuddle.com:443’:
– The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
Certificate information:
– Hostname: *.unfuddle.com
– Valid: from Mon, 02 Jul 2007 13:56:01 GMT until Sun, 31 Aug 2008 13:56:01 GMT
– Issuer: Equifax Secure Certificate Authority, Equifax, US
– Fingerprint: f7:ea:39:d3:c4:21:be:f3:c4:41:9b:05:fb:91:13:ec:02:e4:b1:4e
®eject, accept (t)emporarily or accept (p)ermanently?

And even if i try p to accept (p)ermantely i’m still asked to accept it each time again.
I guess this is more a SVN problem than a Unfuddle thing, but maybe some-one has the answer here.

 
Roel De Meester

BTW. How Do i format "code"in this forum?

 
Rod Cater

I ran into this problem last night. I had built the latest Subversion (1.5.3) on my CentOS 4.7 box because I was experiencing a problem tying to export a single file. (Apparently a subversion problem in older releases.) My export started working, but this “certificate not issued by a trusted authority” message appeared. I finally ran strace on the ‘svn export …’ command and notice a file “/usr/local/ssl/cert.pem” was being accessed and not found. It occurred to me it might be looking for a root cert., so I went off to GeoTrust and got this:
http://www.geotrust.com/resources/root_certificates/certificates/Equifax_Secure_Certificate_Authority.cer
and saved it to /usr/local/ssl/cert.pem.

My svn export now works without complaint.

 
Brian B.

I was able to solve the issue this way: http://unfuddle.com/community/forums/5/topics/752