I'm running into a problem with the Redmine Bitnami stack intaller on Windows Server 2003. Setting up my project, I'm trying to add a remote subversion repo to the project, but it's erroring out. A little googling led me to some discussions on the Redmine site that leads me to believe the issue is caused by the fact that the repo I'm accessing is SSL enabled and the cert needs to be accepted before I can connect.
All the solutions are geared toward Unix/Linux though (i.e. simply su to the redmine user, run svn command line tool and accept the cert.) but I can't do that because I'm running Windows.
How can I store the SVN cert for the SYSTEM user on Windows?
I am running into the same issue as you.
If your not using remote desktop this blog post has a fairly eloquent solution.
The preceding will apparently kick off a command line as the local system. However this doesn't work over remote desktop (it kicks off the process but the command prompt isn't displayed).
For a more direct approach you can use,
In my case I wasn't accessing an SSL repository, but the problem seemed similar. Reading this post I got the answer:
http://www.redmine.org/boards/2/topics/3968
"The trick was to go to the services panel of windows and to allow the mongrel service to interact with the desktop. (It was running on the local system account )."
Try importing it in the local machine store.
Not sure if this would work, but what if you install a SVN client (Tortoise) and accept the certificate(s) permanently there, whilst checking out?