30Nov
How to solve the “Server certificate verification failed: issuer is not trusted” SVN error in Coda for Mac
Published in Blog by Adam Williams / 0 CommentsIf you’re checking out an SSL hosted SVN repository in Coda you may receive the following error:
Server certificate verification failed: issuer is not trusted
This error is because the SSL hasn’t been trusted by your system. To fix this complete the following:
- Open Terminal (Applications/Utilities/Terminal)
- Enter the following: svn list https://www.example.com/svn/ –username user replacing the URL and username with those for your server, then hit enter.
- press p if the message appears asking you to accept the SSL certificate, then hit enter.
- Enter your password, if required, then enter.
- You can now exit and return to Coda where you should now be able to checkout the repo successfully.
I hope this helps you fellow Coda users
.