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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...