Hey all, I have a question regarding self-signed certs. I will be using nutch to crawl http and https sites, as well as using it to index to self-signed https Solr servers. I managed to add certificates to Solr and it fixed their inter-node communication butI am yet to find where in nutch I can do a similar configuration. I have seen articles saying that the protocol-httpclient plugin should be able to do it with some code modifications but the caveat is that httpclient may have underlying bugs so protocol-http is recommended. These articles were also almost 3 years old so options may have evolved now. Can some someone provide some insight into what my next steps should be. Essentially here are my questions:
1. Should I use protocol-http, protocol-httpclient or other? 2. Is there somewhere in a config file that I can tell Nutch to use a java keystore file similar to Solr? Thanks Sid

