Where are AnkhSVN CA certificates stored?

Posted by Roger Lipscombe on Stack Overflow See other posts from Stack Overflow or by Roger Lipscombe
Published on 2010-06-11T13:38:26Z Indexed on 2010/06/11 13:43 UTC
Read the original article Hit count: 253

Filed under:
|

My Subversion repository is available over HTTPS. I've got a self-signed CA root certificate, and the server uses a certificate signed with that.

The CA root certificate is stored in Trusted Root Certification Authorities, which means that (for example) Internet Explorer recognises it.

AnkhSVN, on the other hand, reports "There are some problems with this server's certificate". So: what is AnkhSVN using as its certificate store? It doesn't appear to be the Windows one. And how do I put my CA root certificate in there?

© Stack Overflow or respective owner

Related posts about svn

Related posts about ankhsvn

  • AnkhSVN versus VisualSVN

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I currently use AnkhSVN to integrate subversion into Visual Studio. Is there any reason I should switch to VisualSVN? AnkhSVN is free (in more than one sense of the word) while VisualSVN costs $50. So right there unless I'm missing some great feature of VisualSVN I don't see any reason to switch. >>> More

  • AnkhSVN Commits Are Very Slow

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Recently, I had to move my SVN repositories to a different server, but I am experiencing some performance problems since the move. I am using Visual Studio 2005, AnkhSVN 2.1.7819.411 and TortoiseSVN 1.6.6 on my workstation and VisualSVN Server on the server which runs Windows Server 2008. Whenever… >>> More

  • AnkhSVN: moving a project to another repo

    as seen on Stack Overflow - Search for 'Stack Overflow'
    My task is to move this VS solution and projects to another SVN server. I'm working with Visual Studio 2010 RC1 and AnkhSVN 2.1.7819.... Currently the files are all bound to a repo at C:\Repositories\foo. I'd like to move it to http://someSite/svn/foo I'm presented with this error message: … >>> More

  • Create new ASP.NET Website using Subversion and AnkhSVN

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Hello! Im trying to create a new ASP.NET website and add it to my subversion repository but it does not work because subversion only add the C:\Users\XXX\Documents\Visual Studio 2008\Projects\WebApplication1 folder and ignores the project files located in C:\Users\XXX\Documents\Visual Studio 2008\WebSites… >>> More

  • AnkhSVN

    as seen on C# Source - Search for 'C# Source'
    AnkhSVN is a Visual Studio .NET addin for the Subversion version control system. It allows you to perform the most common version control operations directly from inside the VS.NET IDE. Not all the functionality provided by SVN is (yet) supported, but the majority of operations that support the daily… >>> More