Can you describe a bit more of how it is crashing, and provide any output or relevant log items? That would certainly help to flush your issue out a bit more. Also, if you cannot much in the way of relevant log items, try setting log_level: debug in the yml config as this might provide more context.
Thanks for your prompt response well the error is not with enterprise search itself let me show you the output I get for doing a curl:
curl localhost:9201
Warning: Binary output can mess up your terminal. Use "--output -" to tell
Warning: curl to output it to your terminal anyway, or consider "--output
Warning: <FILE>" to save to a file.
When I save the output in a file it shows the following
curl localhost:9201 --output /tmp/esout.txt
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 14 0 14 0 0 1555 0 --:--:-- --:--:-- --:--:-- 1750
and this is the content of the file ^U^C^C^@^B^BP
And over https
$ curl https://localhost:9201
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
Needless to say, of course, that I have changed the default port of enterprise search to 9201.
And for more context when I set the ent_search.ssl.enabled: false the link will work but I cannot login hence the website is sending the api calls on http rather than https.
Thanks again for your help Mark
Edit:
What I have left for now is the enterprise search project deployed on this domain es.moncefjouets.com for you to see the behavior that is occurring you can check it out by typing any username / password. For this I have set ent_search.ssl.enabled to false and just left the apache deal with all the encrypting. Now if I login over http and then switch over to https the app keeps on working normally. Thanks
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.