tballison commented on PR #761: URL: https://github.com/apache/nutch/pull/761#issuecomment-1444377846
The fiddly part (for me) was setting up the rest client to deal with a trust store. I followed https://opensearch.org/blog/connecting-java-high-level-rest-client-with-opensearch-over-https/ I had to update the `keystore` command in that blog post like so: `keytool -importcert -file root_ca.der -keystore my-store.jks -storepass mystorepass -alias opensearch` If there's a better way of handling this, let me know. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@nutch.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org