I am working with Android Studio 1.1.0 and while connecting SVN repository from Android Studio VCS i m getting error:
Subversion: (Accessing URL: https://url/svn/project_name) No appropriate protocol
(protocol is disabled or cipher suites are inappropriate) Please check Subversion
SSL settings (Settings | Version Control | Subversion | Network) Maybe you should
specify SSL protocol manually - SSLv3 or TLSv1
I Tried:
- File -> Setting -> Version Control -> SubVersion -> General -> Uncheck all (or check all)
- File -> Setting -> Version Control -> SubVersion ->Network (switched All or SSLv3 or TLSv1)
- Cleared auth cache
- Invalidate Caches / Restart
How do I resolve the error?