- I got the above when I tried to connect with my SVN url via tortoiseSVN client. To fix this issue I used bellow method.
- Get SVN server certificate in .pem format.
- 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 !!
No comments:
Post a Comment