Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ignore self-signed, expired ssl certificate in tortoise svn

Tortoise SVN will not let me access an svn repository that has a self signed and expired ssl certificate.

Is there a config somewhere to tell it that I want to trust that certificate anyway?

like image 730
flybywire Avatar asked Dec 23 '22 11:12

flybywire


1 Answers

I had a similar problem with SCPlugin on mac - the workaround was to use the command line version of svn, which does give you a prompt to permanently ignore the certificate error, after which the gui (which shares the same settings) will work fine. I can't be sure, but I suspect the same approach may work for TortoiseSVN.

like image 198
Tom Clarkson Avatar answered Mar 26 '23 18:03

Tom Clarkson