Re: Using HTTP and HTTPS at the same time

2017-07-12 Thread Shawn Heisey
On 7/12/2017 7:20 AM, Nawab Zada Asad Iqbal wrote: > I am wondering what is wrong if I pass both http and https port to > underlying jetty sever , won't that be enough to have both http and https > access to solr ? Jetty should be capable of doing both HTTP and HTTPS (on different ports), but th

Re: Using HTTP and HTTPS at the same time

2017-07-12 Thread Nawab Zada Asad Iqbal
Thanks rick I am wondering what is wrong if I pass both http and https port to underlying jetty sever , won't that be enough to have both http and https access to solr ? Regards Nawab On Wed, Jul 12, 2017 at 3:39 AM Rick Leir wrote: > Hi all, > The recommended best practice is to run a web ap

Re: Using HTTP and HTTPS at the same time

2017-07-12 Thread Rick Leir
Hi all, The recommended best practice is to run a web app in front of Solr, and maybe there is no benefit in SSL between the web app and Solr. In any case, if SSL is desired, you would configure the web app to always use HTTPS. Without the web app, you can have Apache promote a connection from

Using HTTP and HTTPS at the same time

2017-07-11 Thread Nawab Zada Asad Iqbal
Hi, I am reading a comment on https://cwiki.apache.org/confluence/display/solr/Enabling+SSL which says. Just wanted to check if this is still the same with 6.5? This used to work in 4.5. Shalin Shekhar Mangar Solr does not support both