svn: E175002: handshake alert: unrecognized_name - SVN repository setup fails
Symptoms
The following appears in the atlassian-fisheye-YYYY-MM-DD.log
during the setup of an SVN repository that uses SSL:
com.cenqua.fisheye.rep.RepositoryClientException: org.apache.subversion.javahl.ClientException: svn: E175002: handshake alert: unrecognized_name
Cause
Java 7 introduced SNI support which is enabled by default. Certain misconfigured servers send an "Unrecognized Name" warning in the SSL handshake which is ignored by most clients, except for Java.
Resolution
Add the following to the FISHEYE_OPTS environment variable:
-Djsse.enableSNIExtension=false
- Restart your Fisheye instance.
Last modified on Nov 2, 2018
Powered by Confluence and Scroll Viewport.