You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "tballison (via GitHub)" <gi...@apache.org> on 2023/02/24 20:02:48 UTC

[GitHub] [nutch] tballison commented on pull request #761: NUTCH-2920 -- first working attempt at an OpenSearchIndexWriter

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-unsubscribe@nutch.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org