bas-github / web-reporting-ireport

Automatically exported from code.google.com/p/web-reporting-ireport
0 stars 0 forks source link

Unable to checkout #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

  When i try to checkout using the http, i m getting the below error.
svn: E175002: No route to host: connect
svn: E175002: OPTIONS request failed on '/svn/trunk'

  I m using SVNKit-1.7.9 standalone command line application. The command i used :
C:\Program Files\svnkit-1.7.9\bin>jsvn checkout 
http://web-reporting-ireport.googlecode.com/svn/trunk/ 
web-reporting-ireport-read-only.

  Could you please help me.  

Original issue reported on code.google.com by raghu.de...@gmail.com on 10 May 2013 at 10:58

GoogleCodeExporter commented 8 years ago
Hi,

see this url: 
http://stackoverflow.com/questions/7615645/ssl-handshake-alert-unrecognized-name
-error-since-upgrade-to-java-1-7-0

in my case I extended the jsvn startup properties with this code:
java -Djsse.enableSNIExtension=false

Best Regards.

Original comment by aleksand...@gmail.com on 17 Apr 2014 at 11:27