Description
Hi,
I need to secure my SOLR URL (which is http as of now) with https TLS1.2. I followed below link in order to set up ssl
https://lucene.apache.org/solr/guide/6_6/enabling-ssl.html#enabling-ssl
Problem is-- after following above steps, I can see SOLR is up and running in older browser versions. But latest version of Firefox, IE and Chrome are not recognizing it. Also, https version comes with TLS1.0 only.
Can it be done TLS1.2? Is there any step which I'm missing. Please help. This is urgent.
Thanks