Skip to content Skip to sidebar Skip to footer

Android Studio Fails To Connect To Svn Server - Ssl Handshake Failure

I am having issues to connect to SVN server using Android Studio 1.01. When I try to browse the remote SVN repository I get the following error: Subversion: (Accessing URL: https:/

Solution 1:

In Idea or Android Studio, Settings > Version Control > Subversion in General tab, check "Use command line client" with "svn" value.

My error was solved with this solution.

Solution 2:

I had same issue, the solution that works for me as follow:

  1. Open you Terminal through your Android Studio
  2. Tape (authentification): chmod 644 ~/.subversion/auth/svn.ssl.server/*
  3. Tape: svn list
  4. Tape (accept the certificates, permanently, no need to restart your IDE): p

Post a Comment for "Android Studio Fails To Connect To Svn Server - Ssl Handshake Failure"