Software Development Kit (SDK) and API Discussions

SSLHandshakeException

RATNA_GUDLAVALLETI
5,911 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
4,673 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
4,667 Views

Hi 

 

Please paste the out of the below command

 

 Cluster:: security certificate show -vserver *

Naveenpusuluru
4,665 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
4,660 Views

BALAGUDURU
4,658 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
4,650 Views

Using HTT{ instead of the HTTPS resolved the issue.

Public