Hello, I am having problems using SVNKit as connector for the subversive plugin for subversion.
I've installed SVNKit 1.7.5v1 using the update site http://community.polarion.com/projects/subversive/download/eclipse/3.0/juno-site/ and the installation as is worked. But now our apache http server does not understand the connection attempts. And neither does Wireshark. Whenever the plugin tries to connect to out apache server I can see the TCP three-way-handshake and then something that Wireshark describes as "Secure Sockets Layer > Ignore Unknown Record". I've compared this with a connection of Firefox to the same server and Firefox would send something like "Secure Socket Layer > TLSv1 Record Layer : Handshake Protocol : Client Helo". In result the SVNKit complains that the server replies with a plain text message - not realizing that the "403 Bad Request" is naturally a result to the failed SSL connection attempt. All I want to do is to connect using username and password. Since the$ java -version java version "1.7.0_21" OpenJDK Runtime Environment (IcedTea 2.3.9) (7u21-2.3.9-1ubuntu1) OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode) server uses a a certificate signed by ourselves I can provide a CA certificate if required (though the connection fails long before the server can even show its certificate). Does anyone know why this doesn't work and what to do against it? Thanks. Screenshot of Eclipse installed packages: http://imageshack.us/photo/my-images/833/bildschirmfotovom201305.png/ Screenshot of Wirshark data: http://imageshack.us/photo/my-images/844/faultypackage.png/ $ java -version java version "1.7.0_21" OpenJDK Runtime Environment (IcedTea 2.3.9) (7u21-2.3.9-1ubuntu1) OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)