I just upgraded FB 7 to build 1968
After the upgrade I cannot get data from SVN anymore,: I get this error
svn: OPTIONS of ‘https://server…’: Server certificate verification failed: issuer is not trusted (https://server…)
Where do I define that the server is to be trusted? I could not find any info from the help.
Also funny is that the project log shows that it succeeded, but when you open the log to this point, you can see the error.
I googled : subversion “Server certificate verification failed: issuer is not trusted”
The very first link has the answer : http://stackoverflow.com/questions/3147660/server-certificate-verification-failed-issuer-is-not-trusted
Well, the problem of course is that it worked without a problem before the upgrade and it still works in TortoiseSVN. So the question is where’s the FB specific configuration?
It appears that I shouldn’t probably have upgraded since we don’t have the subscription active and it seems that this version is not supported by our license anyway.
Running svn from the command line (C:\Program Files\Subversion\bin>svn list https://server…) also works fine.
OK, now I got it: After I installed it (as Administrator in Win 2003 Server) it asked if I want to start it. So it started fine with Administrator. And the SVN trust list is user based, so I had to accept it separately for Administrator.
And now when I restarted it with the normal user, I got the prompt that the license is no longer valid. When started after installation I was able to run it without the license.