Software Development Kit (SDK) and API Discussions
Software Development Kit (SDK) and API Discussions
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)
Hi Ratna,
Do you have an update on this. I am facing a similar issue... Unable to connect to cdot netapp using ZEDI.
Hi
Please paste the out of the below command
Cluster:: security certificate show -vserver *
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
Please go through the below link for your reference.
https://library.netapp.com/ecmdocs/ECMP1155684/html/GUID-3E07D3F8-6A05-49C0-BF92-9C88BA252E1F.html
Hi,
I am having trouble with the Cdot connection. and are currently running 8.3.2 and I am using NMSDK-5.5.
Using HTT{ instead of the HTTPS resolved the issue.