Working on Storm Crawler 1.12.1 and Elastic search 6.5.x. My Crawler is running on http://localhost:8080
and Elastic search running on https://localhost:9200
.I am trying to crawl a website.During URL injection process I am facing javax.net.ssl.SSLHandshakeException: General SSLEngine problem
error and check the detailed error here.
I tried for OKHttp and added https.protocol.implementation: "com.digitalpebble.stormcrawler.protocol.okhttp.HttpProtocol"
in crawler-conf.yaml.
How can I turn off the certificate verification temporarily.