NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Software Development Kit (SDK) and API Discussions

SSLHandshakeException

RATNA_GUDLAVALLETI
8,605 Views

How do i resolve follwing error

Caused by: javax.net.ssl.SSLHandshakeException: Server chose TLSv1, but that protocol version is not enabled or not supported by the client.
    at sun.security.ssl.ClientHandshaker.serverHello(ClientHandshaker.java:441)
    at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:202)
    at sun.security.ssl.Handshaker.processLoop(Handshaker.java:936)
    at sun.security.ssl.Handshaker.process_record(Handshaker.java:871)
    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1043)
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1343)
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371)
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355)
    at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563)
 

6 REPLIES 6

BALAGUDURU
7,367 Views

Hi Ratna,

 

Do you have an update on this. I am facing a similar issue... Unable to connect to cdot netapp using ZEDI.

Naveenpusuluru
7,361 Views

Hi 

 

Please paste the out of the below command

 

 Cluster:: security certificate show -vserver *

Naveenpusuluru
7,359 Views

There was a bug in Ontap 7 and a workaround: Enable SSLv3 and keep SSLv2 disabled

 

ssl.enable                  on        

ssl.v2.enable             off       

ssl.v3.enable             on        

myfiler> options tls

tls.enable                   on     

Naveenpusuluru
7,354 Views

BALAGUDURU
7,352 Views

Hi,

 

I am having trouble with the Cdot connection. and are currently running 8.3.2 and I am using NMSDK-5.5.

BALAGUDURU
7,344 Views

Using HTT{ instead of the HTTPS resolved the issue.

Public