On 4/25/07, brian beard <[EMAIL PROTECTED]> wrote:
...Has anyone tried using solr over https? Is there any reason why this might not be feasible?...
As with any servlet-based system, using apache httpd's as an SSL front-end with mod_proxy will work, and it has other benefits besides not needing any changes to Solr itself. There's a good discussion of that at http://wiki.apache.org/cocoon/ApacheModProxy, it's based on Cocoon but most of it is relevant for Solr as well. -Bertrand