Splunk Dev

Java to Splunk Cloud connection error: HttpService.setSslSecurityProtocol

kartik037
Engager

I'm trying to connect splunk through java 8 application. While making a connection to splunk cloud, i'm getting below error at

HttpService.setSslSecurityProtocol(SSLSecurityProtocol.TLSv1_2) line . Can any one provide the solution ?

Error: java.lang.NoSuchMethodError: com.splunk.SSLSecurityProtocol.(Ljava/lang/String;ILcom/splunk/SSLSecurityProtocol;)V at com.splunk.SSLSecurityProtocol$2.(SSLSecurityProtocol.java:7) ~[splunk-1.6.2.0.jar!/:1.6.2] at com.splunk.SSLSecurityProtocol.(SSLSecurityProtocol.java:7) ~[splunk-1.6.2.0.jar!/:1.6.2]

Tags (2)
0 Karma

mianmembrebe
Explorer

i'm also encountering this error (yes, still an error even though HttpService.setSslSecurityProtocol(SSLSecurityProtocol.TLSv1_2); was in the code)
hopefully someone can help us with this

0 Karma

kartik037
Engager

Which version of splunk dependency you are using ? I solved this problem by using 1.6.3.0 version or latest . Earlier I used 1.6.2.0 when I encountered above error. Use the latest version of splunk.
Maven:

<groupId>com.splunk</groupId>
<artifactId>splunk</artifactId>
<version>1.6.3.0</version>

mianmembrebe
Explorer

That did the trick for me too! Thanks!

rajeshhertz
New Member

I am not sure whether you have included the below line in your java code. If not, try to add it in code and compile again. Please let me know if you are successfully getting your query response.

HttpService.setSslSecurityProtocol(SSLSecurityProtocol.TLSv1_2);

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...