RE: Solr SSL Troublshooting

2022-10-14 Thread Rayner, June
r SSL Troublshooting If solr is speaking TLS on its listening port, could the problem simply be that you have to tell curl that by adding an explicit “https://“ on the beginning of your localhost url? On Thu, Oct 13, 2022 at 10:58 AM Rayner, June wrote: > Hi Anshum > > Thanks for your res

RE: Solr SSL Troublshooting

2022-10-13 Thread Rayner, June
ou're running it in standalone mode, can you please confirm? On Thu, Oct 13, 2022 at 9:44 AM Rayner, June wrote: > Hi Jan > > Thanks for your response. With the SSL configured, > > we get an ERR_INVALID_HTTP_RESPONSE error when we access the solr > admin

RE: Solr SSL Troublshooting

2022-10-13 Thread Rayner, June
Hi Jan Thanks for your response. With the SSL configured, we get an ERR_INVALID_HTTP_RESPONSE error when we access the solr admin URL in a browser with cURL, we get the following curl localhost:8080/solr/#/dogs/query curl: (1) Received HTTP/0.9 when not allow

Solr SSL Troublshooting

2022-10-13 Thread Rayner, June
Hi Folks We are following the steps in the Securing Solr document to enable SSL for our Solr 8.11 installation. We generated the certificate and a key, and updated the solr.in.sh file to enable the SSL related system properties. Wh

Solr SSL Troubleshooting

2022-09-06 Thread Rayner, June
Hi Folks We are following the steps in this document to enable SSL for our Solr 8.11 installation. We generated the certificate and a key, and updated the solr.in.sh file to enable the SSL related system properties. When we restart