Thursday, July 18, 2013

TortoiseSVN - Error Validating Server Certificate

  • I got the above when I tried to connect with my SVN url via tortoiseSVN client. To fix this issue I used bellow method.  
  1. Get SVN server certificate in .pem format. 
  2. Go to tortoisesvn ---> settings


3. Select Network option ---> Edit Subversion configuration file


 4. Set local path of the server certificate in to  "ssl-authority-files" attribute in [global] session and uncomment (#) the attribute. 

ssl-authority-files =C:/Users/charith/Desktop\mysvn.lk.pem

 5. Save the changes.

Done !!