Error validating server certificate for ..
|
|
Each time when i do a svn checkout https://company.unfuddle.com/svn/company_project/ company_project And even if i try p to accept (p)ermantely i’m still asked to accept it each time again. |
|
|
BTW. How Do i format "code"in this forum? |
|
|
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: My svn export now works without complaint. |
|
|
I was able to solve the issue this way: http://unfuddle.com/community/forums/5/topics/752 |
