All Apps and Add-ons

Why is the 7.0.2 Eclipse Program not running and showing me this error"No appropriate protocol (protocol is disabled or cipher suites are inappropriate)"?

shaw5lee
New Member

I've looked at other questions and answers, and I've tried going into my security file and commenting

   "#jdk.tls.disabledAlgorithms=SSLv3"

which hasn't worked for me. I've also tried adding

 HttpService.setSslSecurityProtocol(SSLSecurityProtocol.TLSv1_2);

but that doesn't work either. This is my error message:

Exception in thread "main" java.lang.RuntimeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
    at com.splunk.HttpService.send(HttpService.java:345)
    at com.splunk.Service.send(Service.java:1278)
    at com.splunk.HttpService.post(HttpService.java:243)
    at com.splunk.Service.login(Service.java:1109)
    at com.splunk.Service.login(Service.java:1089)
    at com.splunk.Service.connect(Service.java:183)
    at splunk.Program.main(Program.java:33)
Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
    at sun.security.ssl.Handshaker.activate(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.kickstartHandshake(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
    at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
    at com.splunk.HttpService.send(HttpService.java:338)
    ... 6 more

Are there any other solutions to this?

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...