Think I got it.. it looks something like following - however cant figure out
where to get "EasySSLProtocolSocketFactory" from Maven from a known source:
URL
solrUrl = new URL(uri);
if
(solrUrl.getProtocol().equals("https") && isSSLSelfSigned)
{
I have solr 1.4.1 set up with following additions:
1. Basic authentication
2. SSL using self signed certificate
How do I use solrj to connect to this server? I think the solution might reside
in using HttpClient - but I cant figure out how. Any help will be appreciated.
Thanks!
- sky