Re: [dspace-tech] HTTPS and SOLR

2018-11-06 Thread Michael Plate
Hi Jake, in Tomcat 8 a rewrite is possible. In the context in server.xml define Add a rewrite.config to the path of e.g. [tomcat-path]/xmlui/WEB-INF/rewrite.config with this contents RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R=301,L] and restart tomcat. Or

RE: [dspace-tech] HTTPS and SOLR

2018-11-06 Thread Cameron, Jacob
you. From: dspace-tech@googlegroups.com On Behalf Of Alan Orth Sent: Tuesday, November 6, 2018 1:42 AM To: Cameron, Jacob Cc: dspace-tech@googlegroups.com Subject: Re: [dspace-tech] HTTPS and SOLR Dear Jacob, Is there any reason you need Solr available publicly? It is recommended that Solr run

Re: [dspace-tech] HTTPS and SOLR

2018-11-06 Thread Alan Orth
Dear Jacob, Is there any reason you need Solr available publicly? It is recommended that Solr run on localhost and the DSpace applications communicate with it directly, ie at http://localhost:8080/solr. The Solr application is not secured and should, under most circumstances, never be exposed

[dspace-tech] HTTPS and SOLR

2018-11-05 Thread Cameron, Jacob
Can I have SOLR secured under a wildcard SSL certificate? I’ve installed our cert and forced HTTPS I’m tomcat, but SOLR keeps giving a 302 error now and when I browse it it tells me that it’s an invalid cert. I haven’t been able to figure a way around it. We aren’t using Apache HTTPD to