Results 1 to 1 of 1
I am having problem running svn up command
vivek@host30:/shares/host/vivek/examinator/trunk> /usr/local/bin/svn up
Error validating server certificate for 'https://svn.terra.org:443':
- The certificate is not issued by a trusted authority. Use the
fingerprint ...
- 01-24-2009 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 5
Svn Error
I am having problem running svn up command
vivek@host30:/shares/host/vivek/examinator/trunk> /usr/local/bin/svn up
Error validating server certificate for 'https://svn.terra.org:443':
- The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
Certificate information:
- Hostname: svn.terra.org
- Valid: from Fri, 01 Dec 2006 23:06:57 GMT until Tue, 01 Dec 2009
23:06:57 GMT
- Issuer: Equifax Secure Certificate Authority, Equifax, US
- Fingerprint:
32:14:3f:9f:ac:de:b1:a9:c7:1f:89:a3:7f:73:a4:25:a6 :a4:3c:84
(R)eject or accept (t)emporarily?
when i check through this command it shows.
vivek@host30 ~]$ ldd /usr/local/bin/svn | grep ssl
libssl.so.0.9.8 => //opt/CollabNet_Subversion/lib/libssl.so.0.9.8 (0xb7ca9000)
vivek@host30 ~]$ ldd /usr/local/bin/svn | grep crypto
libcrypto.so.0.9.8 => //opt/CollabNet_Subversion/lib/libcrypto.so.0.9.8 (0xb7b33000)
so it looks like the CollabNet subversion bundles it's own ssl libraries.


Reply With Quote