On 3/7/2017 1:45 PM, pubdiverses wrote:
I would like to acces my solr instance with https://domain.com/solr.

how to do this ?

The reference guide covers this.

https://cwiki.apache.org/confluence/display/solr/Enabling+SSL

If you want to change the port to 443 so it will work without a port in the URL, then you will need to change the port number and run Solr as root or an admin user. In later versions, Solr will refuse to start when run as root without a "force" option. The root/admin requirement comes from the operating system -- this is almost always required to bind to a port number below 1024.

Thanks,
Shawn

Reply via email to