Hello, You need to set this property before SSL connection is about to be established. Setting this property forces SVNKit to set "TLSv1" as a supported protocol on the socket, but it still may fail in case server supports SSLv3 only (and as I understood from the error message, it does not).
There is an open source Subversion client for Android based on SVNKit and its source code is publicly available at http://sourceforge.net/p/mobilesvn/code/3/tree - I think you may ask that guy on how he managed SSL to work properly. Alexander Kitaev, TMate Software, http://subgit.com/ - Svn to Git Migration! http://svnkit.com/ - Java [Sub]Versioning Library! http://hg4j.com/ - Java Mercurial Library! http://sqljet.com/ - Java SQLite Library! On 20 November 2012 16:30, PureSpider <alex.lamprec...@gmail.com> wrote: > Thanks for your effort so far! > I used SVNSocketFactory.setSSLProtocols("TLSv1"); in my initialization code, > still the error persists. > Is there any specific point at which I need to call this command? > > > > -- > View this message in context: > http://subversion.1072662.n5.nabble.com/SVNkit-on-Android-tp109p176063.html > Sent from the SVNKit - Users mailing list archive at Nabble.com. >