Hello All,
I am using a storm topology to connect to ES using Elasticsearch-hadoop jar. Without SSL everything works correctly, however, when SSL is enabled on ES, I always get error unable to find valid certificate.
I am having the keystore added to the jar I am submitting to the storm, and provided the absolute path to the keystore file, I also had the password setup. The ssl is self signed, I set that property to true as well.
Following stack trace is thrown always..
Version of ES: 2.3.3
version of Es-Hadoop jar: 2.4
storm version: 0.10
Any help is greatly appreciated.