I'm trying to connect my SVN to the crucible/fishEye repository but I keep getting the error:
Unable to get info for the repository root for DBE-Online
handshake alert: unrecognized_name
Exception getting FishEye access control
handshake alert: unrecognized_name
at sun.security.ssl.ClientHandshaker.handshakeAlert(Unknown Source)
at sun.security.ssl.SSLSocketImpl.recvAlert(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)
I find a solution for similer problem in http://stackoverflow.com/questions/7615645/ssl-handshake-alert-unrecognized-name-error-since-upgrade-to-java-1-7-0 and tried to change system Environment variable of FISHEYE_OPTS as
<span class="pun">-</span><span class="typ">Djsse</span><span class="pun">.</span><span class="pln">enableSNIExtension</span><span class="pun">=</span><span class="kwd">false</span>
but it didnt work out do you have any idea to solve this problem?