Protocol(SSLV3) unsupported issue while retrieving data from Splunk

129 views Asked by At

Problem/Issue: I am trying to read data from splunk in a spring application(splunk java sdk) using spring integration. I received an error "Server chose unsupported or disabled protocol: SSLv3" while deploying the code in a TCserver. This worked fine in local environment/builds/servers.

The current version I have for spring-integration-splunk is 1.1.0.M2. I understand that old splunk version(1.1.0) has this issue and it's fixed in latest versions. But, when I try to upgrade the spring-integration-splunk dependency with latest version(1.1.0.RELEASE), The dependency pulls splunk 1.3.0 jar which is not available in Maven. And I got this error "Failed to read artifact descriptor for com.splunk:splunk:jar:1.3.0"

Is there an alternative or solution to this problem. (Either by adding a fix in the code or by changing the dependencies)?

0

There are 0 answers