You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that with the default splunk.hec.ssl.validate.certs=true one must configure a custom truststore path and it's not possible to use the JVM default truststore.
It seems that with the default splunk.hec.ssl.validate.certs=true one must configure a custom truststore path and it's not possible to use the JVM default truststore.
I think the config validation here is too strict: https://github.com/splunk/kafka-connect-splunk/blob/release-2.2.2/src/main/java/com/splunk/kafka/connect/SplunkSinkConnectorConfig.java#L540
The code actually creating the httpClient would handle the case alright without modifications: https://github.com/splunk/kafka-connect-splunk/blob/release-2.2.2/src/main/java/com/splunk/hecclient/Hec.java#L279
The text was updated successfully, but these errors were encountered: