For some time I have not been able to connect Netbeans to SVN here at my place of work (I have been using Netbeans for years with SVN and have never had problems).
When I put the URL of the SVN server, my username and password when Netbeans tries to connect returns the following error:
org.apache.subversion.javahl.ClientException:
E175002: Connection has been shutdown:
javax.net.ssl.SSLProtocolException:
handshake alert: unrecognized_name
E175002: OPTIONS request failed on '/pd'
Some details about this:
- I'm using SvnKit that according to Netbeans itself does not require any prerequisites since everything is already built into the IDE;
- The SVN connection protocol I am using is HTTPS;
- I am in version 8.1 of Netbeans and have already tested in 8.0;
- In eclipse the connection to SVN with the same information works;
- In the URL access browser and also works with my credentials;
- I'm on a linux.
Since then I have been looking for the solution in several places but without success.
Who has an idea of what it can be?